COLOR #120A24

HEX: #120A24 RGB: (18,10,36)

Color info

#120A24 contains red, green and blue colors in about the same proportion. Web safe color of #120A24 is #000033 (or #003).

RGB color model

#120A24 color RGB value is (18,10,36).

RGB: (18,10,36) (7%, 4%, 14%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 36 of 255 = 14%

18
10
36

R + G + B ~ 8%. #120A24 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 10 + 36 = 64 (100%)
R 18 of 64 ~ 28.13%
G 10 of 64 ~ 15.63%
B 36 of 64 ~ 56.25'%

%28.13
%15.63
%56.25

CMYK color model

#120A24 color CMYK value is (50,72,0,86).

  • cyan value is 50.00%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (50,72,0,86)
C50M72Y0K86 (50%, 72%, 0%, 86%)
(0.50 / 0.72 / 0.00 / 0.86)

CMYK percentages

%50
%72.22
%0
%85.88

Codes

Color #120A24 in popluar color models

12 0A 24
RGB 18 10 36
HSL 258° 56.52% 9.02%
HSB/HSV 258° 72.22% 14.12%
CMYK 50.00% 72.22% 0.00%
85.88%

Color #120A24 in popluar number systems.

HEX 12 0A 24
Decimal 18 10 36
Binary 10010 1010 100100
Octal 22 12 44

Shades and tints

Shades of #120A24

#120A24
(18,10,36)
#110A21
(17,10,33)
#100A1E
(16,10,30)
#0F0A1B
(15,10,27)
#0E0A18
(14,10,24)
#0D0A15
(13,10,21)
#0C0A12
(12,10,18)
#0B0A0F
(11,10,15)
#0A0A0C
(10,10,12)
#090A09
(9,10,9)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #120A24

#120A24
(18,10,36)
#272037
(39,32,55)
#3C364A
(60,54,74)
#514C5D
(81,76,93)
#666270
(102,98,112)
#7B7883
(123,120,131)
#908E96
(144,142,150)
#A5A4A9
(165,164,169)
#BABABC
(186,186,188)
#CFD0CF
(207,208,207)
#E4E6E2
(228,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120A24 color. Also use rgb(18,10,36) instead hex code.

Text Font Color

.myTextColor { color: #120A24; }

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

This text font color is #120A24.

Background Color

.myBgColor { background-color: #120A24; }

<div style="background-color:#120A24">Inner text</div>

This div background color is #120A24.

Border color

.myBorderColor { border: 1px solid #120A24; }

<div style="border:3px solid #120A24">Div</div>

This div border color is #120A24.

Opacity

.myOpacity80 { color: #120A24; opacity: 0.8; }

<p style="color:#120A24;opacity:0.8;">80%</p>

Text with #120A24 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 #120A24;}

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

This text has shadow with #120A24 color.


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

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

This text has shadow with #120A24 primary color and red secondary color.


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

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

This text has shadow with #120A24 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #120A24.

Preview

Color preview on black background

This text has color #120A24 on black background.


Color preview on white background

This text has color #120A24 on white background.


Black color preview on #120A24 background

This text has black color on #120A24 background.


White color preview on #120A24 background

This text has white color on #120A24 background.


Related colors

Complementary color

Complementary color for #hex is #EDF5DB.


I love getcolorcode.com

Triadic colors

1 #24120A and #0A2412 with #120A24 are triadic colors.

2 #240A12 and #0A1224 with #120A24 are triadic colors.