COLOR #180C01

HEX: #180C01 RGB: (24,12,1)

Color info

#180C01 contains red, green and blue colors in about the same proportion. Web safe color of #180C01 is #000000 (or #000).

RGB color model

#180C01 color RGB value is (24,12,1).

RGB: (24,12,1) (9%, 5%, 0%)

RGB channels and saturation

R 24 of 255 = 9%
G 12 of 255 = 5%
B 1 of 255 = 0%

24
12
1

R + G + B ~ 5%. #180C01 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 12 + 1 = 37 (100%)
R 24 of 37 ~ 64.86%
G 12 of 37 ~ 32.43%
B 1 of 37 ~ 2.7'%

%64.86
%32.43

CMYK color model

#180C01 color CMYK value is (0,50,96,91).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 95.83%
  • key color value is 90.59%

CMYK: (0,50,96,91)
C0M50Y96K91 (0%, 50%, 96%, 91%)
(0.00 / 0.50 / 0.96 / 0.91)

CMYK percentages

%0
%50
%95.83
%90.59

Codes

Color #180C01 in popluar color models

18 0C 01
RGB 24 12 1
HSL 29° 92.00% 4.90%
HSB/HSV 29° 95.83% 9.41%
CMYK 0.00% 50.00% 95.83%
90.59%

Color #180C01 in popluar number systems.

HEX 18 0C 01
Decimal 24 12 1
Binary 11000 1100 1
Octal 30 14 1

Shades and tints

Shades of #180C01

#180C01
(24,12,1)
#160B01
(22,11,1)
#140A01
(20,10,1)
#120901
(18,9,1)
#100801
(16,8,1)
#0E0701
(14,7,1)
#0C0601
(12,6,1)
#0A0501
(10,5,1)
#080401
(8,4,1)
#060301
(6,3,1)
#040201
(4,2,1)
#000000
(0,0,0)

Tints of #180C01

#180C01
(24,12,1)
#2D2218
(45,34,24)
#42382F
(66,56,47)
#574E46
(87,78,70)
#6C645D
(108,100,93)
#817A74
(129,122,116)
#96908B
(150,144,139)
#ABA6A2
(171,166,162)
#C0BCB9
(192,188,185)
#D5D2D0
(213,210,208)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180C01 color. Also use rgb(24,12,1) instead hex code.

Text Font Color

.myTextColor { color: #180C01; }

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

This text font color is #180C01.

Background Color

.myBgColor { background-color: #180C01; }

<div style="background-color:#180C01">Inner text</div>

This div background color is #180C01.

Border color

.myBorderColor { border: 1px solid #180C01; }

<div style="border:3px solid #180C01">Div</div>

This div border color is #180C01.

Opacity

.myOpacity80 { color: #180C01; opacity: 0.8; }

<p style="color:#180C01;opacity:0.8;">80%</p>

Text with #180C01 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 #180C01;}

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

This text has shadow with #180C01 color.


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

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

This text has shadow with #180C01 primary color and red secondary color.


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

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

This text has shadow with #180C01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #180C01.

Preview

Color preview on black background

This text has color #180C01 on black background.


Color preview on white background

This text has color #180C01 on white background.


Black color preview on #180C01 background

This text has black color on #180C01 background.


White color preview on #180C01 background

This text has white color on #180C01 background.


Related colors

Complementary color

Complementary color for #hex is #E7F3FE.


I love getcolorcode.com

Triadic colors

1 #01180C and #0C0118 with #180C01 are triadic colors.

2 #010C18 and #0C1801 with #180C01 are triadic colors.