Shades of Black #080301
Tints of Black #080301
RGB
CMYK
RGB Variations
Color information
#080301 (or 0x080301) is known color: 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
| RGB | 8 | 3 | 1 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.97 |
| HSL | 17.14º | 0.78% | 0.02% | - |
| HSV(B) | 17.14º | 0.88% | 0.03% | - |
| XYZ | 0.14 | 0.12 | 0.04 | - |
| YUV | 4.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 1 | 0 | 0.63 | 0.88 | 0.97 | 17.14 | 0.78 | 0.02 |
| Hex | 8 | 3 | 1 | 0 | 3F | 58 | 61 | 11 | 4E | 2 |
| Octal | 10 | 3 | 1 | 0 | 77 | 130 | 141 | 21 | 116 | 2 |
| Binary | 1000 | 11 | 1 | 0 | 111111 | 1011000 | 1100001 | 10001 | 1001110 | 10 |
Color Harmonies of #080301
Complementary color
Monochromatic Colors of #080301
Black with #080301
Text Example
Text Example
White with #080301
Text Example
Text Example
HTML Codes & Css Web 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>