Shades of Jaguar #09011C
Tints of Jaguar #09011C
RGB
CMYK
RGB Variations
Color information
#09011C (or 0x09011C) is known color: Jaguar. HEX triplet: 09, 01 and 1C. RGB value is (9,1,28). Sum of RGB (Red+Green+Blue) = 9+1+28=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #09011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011C is #F6FEE3. Grayscale: #060606. Windows color (decimal): -16187108 or 1835273. OLE color: 1835273.
HSL color Cylindrical-coordinate representation of color #09011C: hue angle of 257.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09011C is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 1 | 28 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.89 |
| HSL | 257.78º | 0.93% | 0.06% | - |
| HSV(B) | 257.78º | 0.96% | 0.11% | - |
| XYZ | 0.33 | 0.16 | 1.11 | - |
| YUV | 6.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 28 | 0.68 | 0.96 | 0 | 0.89 | 257.78 | 0.93 | 0.06 |
| Hex | 9 | 1 | 1C | 44 | 60 | 0 | 59 | 102 | 5D | 6 |
| Octal | 11 | 1 | 34 | 104 | 140 | 0 | 131 | 402 | 135 | 6 |
| Binary | 1001 | 1 | 11100 | 1000100 | 1100000 | 0 | 1011001 | 100000010 | 1011101 | 110 |
Color Harmonies of #09011C
Complementary color
Monochromatic Colors of #09011C
Black with #09011C
Text Example
Text Example
White with #09011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09011C; }
p { color: rgb(9,1,28); }
H1.HeaderClassName
{
color: #09011C;
}
.AnyTagClassName
{
color: #09011C;
}
</style>
background-color css
<style>
a { background-color: #09011C; }
a { background-color: rgb(9,1,28); }
div.DivClassName
{
background-color: #09011C;
}
.BgClassName
{
background-color: #09011C;
}
</style>
border-color css
<style>
span { border-color: #09011C; }
span { border-color: rgb(9,1,28); }
td.TdClassName
{
border-color: #09011C;
}
.TagClassName
{
border-color: #09011C;
}
</style>