#180602

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

Shades of Black #180602

Tints of Black #180602

Color information

#180602 (or 0x180602) is unknown color: approx Black. HEX triplet: 18, 06 and 02. RGB value is (24,6,2). Sum of RGB (Red+Green+Blue) = 24+6+2=32 (4% of max value = 765). Red value is 24 (9.77% from 255 or 75% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 24 - color contains mainly: red. Hex color #180602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180602 is #E7F9FD. Grayscale: #0A0A0A. Windows color (decimal): -15202814 or 132632. OLE color: 132632.

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

Color convert

RGB2462-
CMYK00.750.920.91
HSL10.91º84.62%5.1%-
HSV(B)10.91º91.67%9.41%-
XYZ0.450.330.1-
YUV10.93122.96137.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=75%
G=18.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal246200.750.920.9110.9184.625.1
Hex186204B5C5Bb555
Octal30620113134133131255
Binary1100011010010010111011100101101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180602; }

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

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

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

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

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

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

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

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