Shades of Jaguar #090021
Tints of Jaguar #090021
RGB
CMYK
RGB Variations
Color information
#090021 (or 0x090021) is known color: Jaguar. HEX triplet: 09, 00 and 21. RGB value is (9,0,33). Sum of RGB (Red+Green+Blue) = 9+0+33=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 33 (13.28% from 255 or 78.57% from 42); Max value from RGB is 33 - color contains mainly: blue. Hex color #090021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090021 is #F6FFDE. Grayscale: #060606. Windows color (decimal): -16187359 or 2162697. OLE color: 2162697.
HSL color Cylindrical-coordinate representation of color #090021: hue angle of 256.36º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090021 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 0 | 33 | - |
| CMYK | 0.73 | 1 | 0 | 0.87 |
| HSL | 256.36º | 1% | 0.06% | - |
| HSV(B) | 256.36º | 1% | 0.13% | - |
| XYZ | 0.39 | 0.17 | 1.45 | - |
| YUV | 6.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 33 | 0.73 | 1 | 0 | 0.87 | 256.36 | 1 | 0.06 |
| Hex | 9 | 0 | 21 | 49 | 64 | 0 | 57 | 100 | 64 | 6 |
| Octal | 11 | 0 | 41 | 111 | 144 | 0 | 127 | 400 | 144 | 6 |
| Binary | 1001 | 0 | 100001 | 1001001 | 1100100 | 0 | 1010111 | 100000000 | 1100100 | 110 |
Color Harmonies of #090021
Complementary color
Monochromatic Colors of #090021
Black with #090021
Text Example
Text Example
White with #090021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090021; }
p { color: rgb(9,0,33); }
H1.HeaderClassName
{
color: #090021;
}
.AnyTagClassName
{
color: #090021;
}
</style>
background-color css
<style>
a { background-color: #090021; }
a { background-color: rgb(9,0,33); }
div.DivClassName
{
background-color: #090021;
}
.BgClassName
{
background-color: #090021;
}
</style>
border-color css
<style>
span { border-color: #090021; }
span { border-color: rgb(9,0,33); }
td.TdClassName
{
border-color: #090021;
}
.TagClassName
{
border-color: #090021;
}
</style>