Shades of Black #080302
Tints of Black #080302
RGB
CMYK
RGB Variations
Color information
#080302 (or 0x080302) is known color: 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
RGB | 8 | 3 | 2 | - |
CMYK | 0 | 0.63 | 0.75 | 0.97 |
HSL | 10º | 0.6% | 0.02% | - |
HSV(B) | 10º | 0.75% | 0.03% | - |
XYZ | 0.14 | 0.12 | 0.07 | - |
YUV | 4.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 3 | 2 | 0 | 0.63 | 0.75 | 0.97 | 10 | 0.6 | 0.02 |
Hex | 8 | 3 | 2 | 0 | 3F | 4B | 61 | A | 3C | 2 |
Octal | 10 | 3 | 2 | 0 | 77 | 113 | 141 | 12 | 74 | 2 |
Binary | 1000 | 11 | 10 | 0 | 111111 | 1001011 | 1100001 | 1010 | 111100 | 10 |
Color Harmonies of #080302
Complementary color
Monochromatic Colors of #080302
Black with #080302
Text Example
Text Example
White with #080302
Text Example
Text Example
HTML Codes & Css Web 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>