#180A02

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

Shades of Black #180A02

Tints of Black #180A02

Color information

#180A02 (or 0x180A02) is unknown color: approx Black. HEX triplet: 18, 0A and 02. RGB value is (24,10,2). Sum of RGB (Red+Green+Blue) = 24+10+2=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A02 is #E7F5FD. Grayscale: #0D0D0D. Windows color (decimal): -15201790 or 133656. OLE color: 133656.

HSL color Cylindrical-coordinate representation of color #180A02: hue angle of 21.82º 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 #180A02 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB24102-
CMYK00.580.920.91
HSL21.82º84.62%5.1%-
HSV(B)21.82º91.67%9.41%-
XYZ0.50.420.11-
YUV13.27121.64135.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410200.580.920.9121.8284.625.1
Hex18A203A5C5B16555
Octal30122072134133261255
Binary11000101010011101010111001011011101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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