#080201

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

Shades of Black #080201

Tints of Black #080201

Color information

#080201 (or 0x080201) is unknown color: approx Black. HEX triplet: 08, 02 and 01. RGB value is (8,2,1). Sum of RGB (Red+Green+Blue) = 8+2+1=11 (1% of max value = 765). Red value is 8 (3.52% from 255 or 72.73% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 8 - color contains mainly: red. Hex color #080201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080201 is #F7FDFE. Grayscale: #030303. Windows color (decimal): -16252415 or 66056. OLE color: 66056.

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

Color convert

RGB821-
CMYK00.750.880.97
HSL8.57º77.78%1.76%-
HSV(B)8.57º87.5%3.14%-
XYZ0.130.10.04-
YUV3.68126.49131.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 72.73%
GREEN value IS 2 (1.17% from 255) = 18.18%
BLUE value IS 1 (0.78% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82100.750.880.978.5777.781.76
Hex82104B586194e2
Octal10210113130141111162
Binary100010101001011101100011000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080201; }

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

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

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

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

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

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

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

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