#180C04

Color #180C04 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #180C04

Tints of Black #180C04

Color information

#180C04 (or 0x180C04) is unknown color: approx Black. HEX triplet: 18, 0C and 04. RGB value is (24,12,4). Sum of RGB (Red+Green+Blue) = 24+12+4=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C04 is #E7F3FB. Grayscale: #0E0E0E. Windows color (decimal): -15201276 or 265240. OLE color: 265240.

HSL color Cylindrical-coordinate representation of color #180C04: hue angle of 24º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180C04 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB24124-
CMYK00.500.830.91
HSL24º71.43%5.49%-
HSV(B)24º83.33%9.41%-
XYZ0.530.470.18-
YUV14.68121.98134.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 4 (1.95% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412400.500.830.912471.435.49
Hex18C4032535B18475
Octal30144062123133301075
Binary110001100100011001010100111011011110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180C04; }

 p { color: rgb(24,12,4); }

 H1.HeaderClassName
 {
   color: #180C04;
 }
 .AnyTagClassName
 {
   color: #180C04;
 }
</style>
background-color css

<style>
 a { background-color: #180C04; }

 a { background-color: rgb(24,12,4); }

 div.DivClassName
 {
   background-color: #180C04;
 }
 .BgClassName
 {
   background-color: #180C04;
 }
</style>
border-color css

<style>
 span { border-color: #180C04; }

 span { border-color: rgb(24,12,4); }

 td.TdClassName
 {
   border-color: #180C04;
 }
 .TagClassName
 {
   border-color: #180C04;
 }
</style>