#080502

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

Shades of Black #080502

Tints of Black #080502

Color information

#080502 (or 0x080502) is unknown color: approx Black. HEX triplet: 08, 05 and 02. RGB value is (8,5,2). Sum of RGB (Red+Green+Blue) = 8+5+2=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080502 is #F7FAFD. Grayscale: #050505. Windows color (decimal): -16251646 or 132360. OLE color: 132360.

HSL color Cylindrical-coordinate representation of color #080502: hue angle of 30º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080502 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.97.

Color convert

RGB852-
CMYK00.380.750.97
HSL30º60%1.96%-
HSV(B)30º75%3.14%-
XYZ0.170.160.08-
YUV5.56125.99129.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal85200.380.750.9730601.96
Hex8520264B611e3c2
Octal105204611314136742
Binary1000101100100110100101111000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080502; }

 p { color: rgb(8,5,2); }

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

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

 a { background-color: rgb(8,5,2); }

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

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

 span { border-color: rgb(8,5,2); }

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