Shades of Black #080303
Tints of Black #080303
RGB
CMYK
RGB Variations
Color information
#080303 (or 0x080303) is known color: Black. HEX triplet: 08, 03 and 03. RGB value is (8,3,3). Sum of RGB (Red+Green+Blue) = 8+3+3=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 3 (1.56% from 255 or 21.43% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080303 is #F7FCFC. Grayscale: #040404. Windows color (decimal): -16252157 or 197384. OLE color: 197384.
HSL color Cylindrical-coordinate representation of color #080303: hue angle of 0º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080303 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 3 | 3 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.97 |
| HSL | 0º | 0.45% | 0.02% | - |
| HSV(B) | 0º | 0.63% | 0.03% | - |
| XYZ | 0.15 | 0.12 | 0.1 | - |
| YUV | 4.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 3 | 0 | 0.63 | 0.63 | 0.97 | 0 | 0.45 | 0.02 |
| Hex | 8 | 3 | 3 | 0 | 3F | 3F | 61 | 0 | 2D | 2 |
| Octal | 10 | 3 | 3 | 0 | 77 | 77 | 141 | 0 | 55 | 2 |
| Binary | 1000 | 11 | 11 | 0 | 111111 | 111111 | 1100001 | 0 | 101101 | 10 |
Color Harmonies of #080303
Complementary color
Monochromatic Colors of #080303
Black with #080303
Text Example
Text Example
White with #080303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080303; }
p { color: rgb(8,3,3); }
H1.HeaderClassName
{
color: #080303;
}
.AnyTagClassName
{
color: #080303;
}
</style>
background-color css
<style>
a { background-color: #080303; }
a { background-color: rgb(8,3,3); }
div.DivClassName
{
background-color: #080303;
}
.BgClassName
{
background-color: #080303;
}
</style>
border-color css
<style>
span { border-color: #080303; }
span { border-color: rgb(8,3,3); }
td.TdClassName
{
border-color: #080303;
}
.TagClassName
{
border-color: #080303;
}
</style>