COLOR #18000C

HEX: #18000C
RGB: (24,0,12)

Color info

#18000C contains only red and blue colors. Web safe color of #18000C is #000000 (or #000).

RGB color model

#18000C color RGB value is (24,0,12).

  • red value is 24;
  • green value is 0;
  • blue value is 12.
RGB:
(24,0,12)
(9%,0%,5%)

RGB channels and saturation

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

24
0
12

R + G + B ~ 5%. #18000C is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 0 + 12 = 36 (100%)
R 24 of 36 ~ 66.67%
G 0 of 36 ~ 0%
B 12 of 36 ~ 33.33%

%66.67
%33.33

CMYK color model

#18000C color CMYK value is (0,100,50,91).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 90.59%
CMYK:
(0,100,50,91)
C0M100Y50K91 
(0%,100%,50%,91%)
(0.00/1.00/0.50/0.91)	

CMYK percentages

%0
%100
%50
%90.59

Codes

Color #18000C in popluar color models

18000C
RGB24012
HSL330°100.00%4.71%
HSB/HSV330°100.00%9.41%
CMYK0.00%100.00%50.00%
90.59%

Color #18000C in popluar number systems.

HEX18000C
Decimal24012
Binary1100001100
Octal30014

Shades and tints

Shades of #18000C

#18000C
(24,0,12)
#16000B
(22,0,11)
#14000A
(20,0,10)
#120009
(18,0,9)
#100008
(16,0,8)
#0E0007
(14,0,7)
#0C0006
(12,0,6)
#0A0005
(10,0,5)
#080004
(8,0,4)
#060003
(6,0,3)
#040002
(4,0,2)
#000000
(0,0,0)

Tints of #18000C

#18000C
(24,0,12)
#2D1722
(45,23,34)
#422E38
(66,46,56)
#57454E
(87,69,78)
#6C5C64
(108,92,100)
#81737A
(129,115,122)
#968A90
(150,138,144)
#ABA1A6
(171,161,166)
#C0B8BC
(192,184,188)
#D5CFD2
(213,207,210)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18000C color. Also use rgb(24,0,12) instead hex code.

Text Font Color

.myTextColor { color: #18000C; }

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

This text font color is #18000C.


Background Color

.myBgColor { background-color: #18000C; }

<div style="background-color:#18000C">Inner text</div>

This div background color is #18000C.


Border color

.myBorderColor { border: 1px solid #18000C; }

<div style="border:3px solid #18000C">Div</div>

This div border color is #18000C.


Opacity

.myOpacity80 { color: #18000C; opacity: 0.8; }

<p style="color:#18000C;opacity:0.8;">80%</p>

Text with #18000C 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 #18000C;}

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

This text has shadow with #18000C color.

.textShadow {text-shadow: 3px 3px 1px #18000C, 3px 3px 1px red;}

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

This text has shadow with #18000C primary color and red secondary color.


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

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

This text has shadow with #18000C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #18000C;
-webkit-box-shadow: 1px 1px 3px 2px #18000C;
box-shadow:1px 1px 3px 2px #18000C;">
Div content here</div>
This div box has shadow with color #18000C.

Preview

Color preview on black background

This text has color #18000C on black background.


Color preview on white background

This text has color #18000C on white background.



Black color preview on #18000C background

This text has black color on #18000C background.


White color preview on #18000C background

This text has white color on #18000C background.