Shades of Black #090301
Tints of Black #090301
RGB
CMYK
RGB Variations
Color information
#090301 (or 0x090301) is known color: Black. HEX triplet: 09, 03 and 01. RGB value is (9,3,1). Sum of RGB (Red+Green+Blue) = 9+3+1=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090301 is #F6FCFE. Grayscale: #040404. Windows color (decimal): -16186623 or 66313. OLE color: 66313.
HSL color Cylindrical-coordinate representation of color #090301: hue angle of 15º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090301 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 3 | 1 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.96 |
| HSL | 15º | 0.8% | 0.02% | - |
| HSV(B) | 15º | 0.89% | 0.04% | - |
| XYZ | 0.15 | 0.13 | 0.04 | - |
| YUV | 4.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 1 | 0 | 0.67 | 0.89 | 0.96 | 15 | 0.8 | 0.02 |
| Hex | 9 | 3 | 1 | 0 | 43 | 59 | 60 | F | 50 | 2 |
| Octal | 11 | 3 | 1 | 0 | 103 | 131 | 140 | 17 | 120 | 2 |
| Binary | 1001 | 11 | 1 | 0 | 1000011 | 1011001 | 1100000 | 1111 | 1010000 | 10 |
Color Harmonies of #090301
Complementary color
Monochromatic Colors of #090301
Black with #090301
Text Example
Text Example
White with #090301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090301; }
p { color: rgb(9,3,1); }
H1.HeaderClassName
{
color: #090301;
}
.AnyTagClassName
{
color: #090301;
}
</style>
background-color css
<style>
a { background-color: #090301; }
a { background-color: rgb(9,3,1); }
div.DivClassName
{
background-color: #090301;
}
.BgClassName
{
background-color: #090301;
}
</style>
border-color css
<style>
span { border-color: #090301; }
span { border-color: rgb(9,3,1); }
td.TdClassName
{
border-color: #090301;
}
.TagClassName
{
border-color: #090301;
}
</style>