#180C05

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

Shades of Black #180C05

Tints of Black #180C05

Color information

#180C05 (or 0x180C05) is unknown color: approx Black. HEX triplet: 18, 0C and 05. RGB value is (24,12,5). Sum of RGB (Red+Green+Blue) = 24+12+5=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C05 is #E7F3FA. Grayscale: #0E0E0E. Windows color (decimal): -15201275 or 330776. OLE color: 330776.

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

Color convert

RGB24125-
CMYK00.500.790.91
HSL22.11º65.52%5.69%-
HSV(B)22.11º79.17%9.41%-
XYZ0.540.470.21-
YUV14.79122.48134.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=58.54%
G=29.27%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412500.500.790.9122.1165.525.69
Hex18C50324F5B16426
Octal30145062117133261026
Binary110001100101011001010011111011011101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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