Shades of Jaguar #100B23
Tints of Jaguar #100B23
RGB
CMYK
RGB Variations
Color information
#100B23 (or 0x100B23) is known color: Jaguar. HEX triplet: 10, 0B and 23. RGB value is (16,11,35). Sum of RGB (Red+Green+Blue) = 16+11+35=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #100B23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B23 is #EFF4DC. Grayscale: #0F0F0F. Windows color (decimal): -15725789 or 2296592. OLE color: 2296592.
HSL color Cylindrical-coordinate representation of color #100B23: hue angle of 252.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100B23 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 11 | 35 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.86 |
| HSL | 252.5º | 0.52% | 0.09% | - |
| HSV(B) | 252.5º | 0.69% | 0.14% | - |
| XYZ | 0.64 | 0.47 | 1.65 | - |
| YUV | 15.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 35 | 0.54 | 0.69 | 0 | 0.86 | 252.5 | 0.52 | 0.09 |
| Hex | 10 | B | 23 | 36 | 45 | 0 | 56 | FD | 34 | 9 |
| Octal | 20 | 13 | 43 | 66 | 105 | 0 | 126 | 375 | 64 | 11 |
| Binary | 10000 | 1011 | 100011 | 110110 | 1000101 | 0 | 1010110 | 11111101 | 110100 | 1001 |
Color Harmonies of #100B23
Complementary color
Monochromatic Colors of #100B23
Black with #100B23
Text Example
Text Example
White with #100B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B23; }
p { color: rgb(16,11,35); }
H1.HeaderClassName
{
color: #100B23;
}
.AnyTagClassName
{
color: #100B23;
}
</style>
background-color css
<style>
a { background-color: #100B23; }
a { background-color: rgb(16,11,35); }
div.DivClassName
{
background-color: #100B23;
}
.BgClassName
{
background-color: #100B23;
}
</style>
border-color css
<style>
span { border-color: #100B23; }
span { border-color: rgb(16,11,35); }
td.TdClassName
{
border-color: #100B23;
}
.TagClassName
{
border-color: #100B23;
}
</style>