#080202

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

Shades of Black #080202

Tints of Black #080202

Color information

#080202 (or 0x080202) is unknown color: approx Black. HEX triplet: 08, 02 and 02. RGB value is (8,2,2). Sum of RGB (Red+Green+Blue) = 8+2+2=12 (1% of max value = 765). Red value is 8 (3.52% from 255 or 66.67% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 8 - color contains mainly: red. Hex color #080202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080202 is #F7FDFD. Grayscale: #030303. Windows color (decimal): -16252414 or 131592. OLE color: 131592.

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

Color convert

RGB822-
CMYK00.750.750.97
HSL60%1.96%-
HSV(B)75%3.14%-
XYZ0.130.10.07-
YUV3.79126.99131-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82200.750.750.970601.96
Hex82204B4B6103c2
Octal102201131131410742
Binary100010100100101110010111100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080202; }

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

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

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

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

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

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

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

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