#180402

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

Shades of Black #180402

Tints of Black #180402

Color information

#180402 (or 0x180402) is unknown color: approx Black. HEX triplet: 18, 04 and 02. RGB value is (24,4,2). Sum of RGB (Red+Green+Blue) = 24+4+2=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180402 is #E7FBFD. Grayscale: #090909. Windows color (decimal): -15203326 or 132120. OLE color: 132120.

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

Color convert

RGB2442-
CMYK00.830.920.91
HSL5.45º84.62%5.1%-
HSV(B)5.45º91.67%9.41%-
XYZ0.430.290.09-
YUV9.75123.63138.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=80%
G=13.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal244200.830.920.915.4584.625.1
Hex18420535C5B5555
Octal3042012313413351255
Binary110001001001010011101110010110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180402; }

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

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

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

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

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

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

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

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