COLOR #12251D

HEX: #12251D RGB: (18,37,29)

Color info

#12251D contains red, green and blue colors in about the same proportion. Web safe color of #12251D is #003333 (or #033).

RGB color model

#12251D color RGB value is (18,37,29).

RGB: (18,37,29) (7%, 15%, 11%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 29 of 255 = 11%

18
37
29

R + G + B ~ 11%. #12251D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 29 = 84 (100%)
R 18 of 84 ~ 21.43%
G 37 of 84 ~ 44.05%
B 29 of 84 ~ 34.52'%

%21.43
%44.05
%34.52

CMYK color model

#12251D color CMYK value is (51,0,22,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 85.49%

CMYK: (51,0,22,85)
C51M0Y22K85 (51%, 0%, 22%, 85%)
(0.51 / 0.00 / 0.22 / 0.85)

CMYK percentages

%51.35
%0
%21.62
%85.49

Codes

Color #12251D in popluar color models

12 25 1D
RGB 18 37 29
HSL 155° 34.55% 10.78%
HSB/HSV 155° 51.35% 14.51%
CMYK 51.35% 0.00% 21.62%
85.49%

Color #12251D in popluar number systems.

HEX 12 25 1D
Decimal 18 37 29
Binary 10010 100101 11101
Octal 22 45 35

Shades and tints

Shades of #12251D

#12251D
(18,37,29)
#11221B
(17,34,27)
#101F19
(16,31,25)
#0F1C17
(15,28,23)
#0E1915
(14,25,21)
#0D1613
(13,22,19)
#0C1311
(12,19,17)
#0B100F
(11,16,15)
#0A0D0D
(10,13,13)
#090A0B
(9,10,11)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #12251D

#12251D
(18,37,29)
#273831
(39,56,49)
#3C4B45
(60,75,69)
#515E59
(81,94,89)
#66716D
(102,113,109)
#7B8481
(123,132,129)
#909795
(144,151,149)
#A5AAA9
(165,170,169)
#BABDBD
(186,189,189)
#CFD0D1
(207,208,209)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12251D color. Also use rgb(18,37,29) instead hex code.

Text Font Color

.myTextColor { color: #12251D; }

<p style="color:#12251D">This sample text font color is #12251D.</p>

This text font color is #12251D.

Background Color

.myBgColor { background-color: #12251D; }

<div style="background-color:#12251D">Inner text</div>

This div background color is #12251D.

Border color

.myBorderColor { border: 1px solid #12251D; }

<div style="border:3px solid #12251D">Div</div>

This div border color is #12251D.

Opacity

.myOpacity80 { color: #12251D; opacity: 0.8; }

<p style="color:#12251D;opacity:0.8;">80%</p>

Text with #12251D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #12251D;}

<p style="text-shadow: 3px 3px 1px #12251D">Text here.</p>

This text has shadow with #12251D color.


.textShadow {text-shadow: 3px 3px 1px #12251D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #12251D, 5px 5px 20px red">Text here.</p>

This text has shadow with #12251D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12251D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#12251D, Direction=45, Strength=4)">Text</p>

This text has shadow with #12251D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #12251D;
-webkit-box-shadow: 1px 1px 3px 2px #12251D;
box-shadow: 1px 1px 3px 2px #12251D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12251D; -webkit-box-shadow: 1px 1px 3px 2px #12251D; box-shadow:1px 1px 3px 2px #12251D;">
Div content here
</div>

This div box has shadow with color #12251D.

Preview

Color preview on black background

This text has color #12251D on black background.


Color preview on white background

This text has color #12251D on white background.


Black color preview on #12251D background

This text has black color on #12251D background.


White color preview on #12251D background

This text has white color on #12251D background.


Related colors

Complementary color

Complementary color for #hex is #EDDAE2.


I love getcolorcode.com

Triadic colors

1 #1D1225 and #251D12 with #12251D are triadic colors.

2 #1D2512 and #25121D with #12251D are triadic colors.