#080302

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

Shades of Black #080302

Tints of Black #080302

Color information

#080302 (or 0x080302) is unknown color: approx Black. HEX triplet: 08, 03 and 02. RGB value is (8,3,2). Sum of RGB (Red+Green+Blue) = 8+3+2=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080302 is #F7FCFD. Grayscale: #040404. Windows color (decimal): -16252158 or 131848. OLE color: 131848.

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

Color convert

RGB832-
CMYK00.630.750.97
HSL10º60%1.96%-
HSV(B)10º75%3.14%-
XYZ0.140.120.07-
YUV4.38126.66130.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 23.08%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=61.54%
G=23.08%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83200.630.750.9710601.96
Hex83203F4B61a3c2
Octal103207711314112742
Binary10001110011111110010111100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080302; }

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

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

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

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

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

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

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

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