Shades of Jaguar #090414
Tints of Jaguar #090414
RGB
CMYK
RGB Variations
Color information
#090414 (or 0x090414) is known color: Jaguar. HEX triplet: 09, 04 and 14. RGB value is (9,4,20). Sum of RGB (Red+Green+Blue) = 9+4+20=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #090414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090414 is #F6FBEB. Grayscale: #070707. Windows color (decimal): -16186348 or 1311753. OLE color: 1311753.
HSL color Cylindrical-coordinate representation of color #090414: hue angle of 258.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090414 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
RGB | 9 | 4 | 20 | - |
CMYK | 0.55 | 0.80 | 0 | 0.92 |
HSL | 258.75º | 0.67% | 0.05% | - |
HSV(B) | 258.75º | 0.8% | 0.08% | - |
XYZ | 0.28 | 0.2 | 0.68 | - |
YUV | 7.32 | 135.16 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 20 | 0.55 | 0.80 | 0 | 0.92 | 258.75 | 0.67 | 0.05 |
Hex | 9 | 4 | 14 | 37 | 50 | 0 | 5C | 103 | 43 | 5 |
Octal | 11 | 4 | 24 | 67 | 120 | 0 | 134 | 403 | 103 | 5 |
Binary | 1001 | 100 | 10100 | 110111 | 1010000 | 0 | 1011100 | 100000011 | 1000011 | 101 |
Color Harmonies of #090414
Complementary color
Monochromatic Colors of #090414
Black with #090414
Text Example
Text Example
White with #090414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090414; }
p { color: rgb(9,4,20); }
H1.HeaderClassName
{
color: #090414;
}
.AnyTagClassName
{
color: #090414;
}
</style>
background-color css
<style>
a { background-color: #090414; }
a { background-color: rgb(9,4,20); }
div.DivClassName
{
background-color: #090414;
}
.BgClassName
{
background-color: #090414;
}
</style>
border-color css
<style>
span { border-color: #090414; }
span { border-color: rgb(9,4,20); }
td.TdClassName
{
border-color: #090414;
}
.TagClassName
{
border-color: #090414;
}
</style>