#080301

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

Shades of Black #080301

Tints of Black #080301

Color information

#080301 (or 0x080301) is unknown color: approx Black. HEX triplet: 08, 03 and 01. RGB value is (8,3,1). Sum of RGB (Red+Green+Blue) = 8+3+1=12 (1% of max value = 765). Red value is 8 (3.52% from 255 or 66.67% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 8 - color contains mainly: red. Hex color #080301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080301 is #F7FCFE. Grayscale: #040404. Windows color (decimal): -16252159 or 66312. OLE color: 66312.

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

Color convert

RGB831-
CMYK00.630.880.97
HSL17.14º77.78%1.76%-
HSV(B)17.14º87.5%3.14%-
XYZ0.140.120.04-
YUV4.27126.16130.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=66.67%
G=25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83100.630.880.9717.1477.781.76
Hex83103F5861114e2
Octal1031077130141211162
Binary100011101111111011000110000110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080301; }

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

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

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

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

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

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

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

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