#180C02

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

Shades of Black #180C02

Tints of Black #180C02

Color information

#180C02 (or 0x180C02) is unknown color: approx Black. HEX triplet: 18, 0C and 02. RGB value is (24,12,2). Sum of RGB (Red+Green+Blue) = 24+12+2=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C02 is #E7F3FD. Grayscale: #0E0E0E. Windows color (decimal): -15201278 or 134168. OLE color: 134168.

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

Color convert

RGB24122-
CMYK00.500.920.91
HSL27.27º84.62%5.1%-
HSV(B)27.27º91.67%9.41%-
XYZ0.520.460.12-
YUV14.45120.98134.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 63.16%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=63.16%
G=31.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412200.500.920.9127.2784.625.1
Hex18C20325C5B1b555
Octal30142062134133331255
Binary11000110010011001010111001011011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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