Shades of Jaguar #1B192C
Tints of Jaguar #1B192C
RGB
CMYK
RGB Variations
Color information
#1B192C (or 0x1B192C) is known color: Jaguar. HEX triplet: 1B, 19 and 2C. RGB value is (27,25,44). Sum of RGB (Red+Green+Blue) = 27+25+44=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B192C is #E4E6D3. Grayscale: #1B1B1B. Windows color (decimal): -15001300 or 2890011. OLE color: 2890011.
HSL color Cylindrical-coordinate representation of color #1B192C: hue angle of 246.32º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B192C is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 25 | 44 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.83 |
| HSL | 246.32º | 0.28% | 0.14% | - |
| HSV(B) | 246.32º | 0.43% | 0.17% | - |
| XYZ | 1.25 | 1.11 | 2.53 | - |
| YUV | 27.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 44 | 0.39 | 0.43 | 0 | 0.83 | 246.32 | 0.28 | 0.14 |
| Hex | 1B | 19 | 2C | 27 | 2B | 0 | 53 | F6 | 1C | E |
| Octal | 33 | 31 | 54 | 47 | 53 | 0 | 123 | 366 | 34 | 16 |
| Binary | 11011 | 11001 | 101100 | 100111 | 101011 | 0 | 1010011 | 11110110 | 11100 | 1110 |
Color Harmonies of #1B192C
Complementary color
Monochromatic Colors of #1B192C
Black with #1B192C
Text Example
Text Example
White with #1B192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B192C; }
p { color: rgb(27,25,44); }
H1.HeaderClassName
{
color: #1B192C;
}
.AnyTagClassName
{
color: #1B192C;
}
</style>
background-color css
<style>
a { background-color: #1B192C; }
a { background-color: rgb(27,25,44); }
div.DivClassName
{
background-color: #1B192C;
}
.BgClassName
{
background-color: #1B192C;
}
</style>
border-color css
<style>
span { border-color: #1B192C; }
span { border-color: rgb(27,25,44); }
td.TdClassName
{
border-color: #1B192C;
}
.TagClassName
{
border-color: #1B192C;
}
</style>