Shades of Jaguar #1B192A
Tints of Jaguar #1B192A
RGB
CMYK
RGB Variations
Color information
#1B192A (or 0x1B192A) is known color: Jaguar. HEX triplet: 1B, 19 and 2A. RGB value is (27,25,42). Sum of RGB (Red+Green+Blue) = 27+25+42=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #1B192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B192A is #E4E6D5. Grayscale: #1B1B1B. Windows color (decimal): -15001302 or 2758939. OLE color: 2758939.
HSL color Cylindrical-coordinate representation of color #1B192A: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B192A is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 25 | 42 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.84 |
| HSL | 247.06º | 0.25% | 0.13% | - |
| HSV(B) | 247.06º | 0.4% | 0.16% | - |
| XYZ | 1.22 | 1.1 | 2.34 | - |
| YUV | 27.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 42 | 0.36 | 0.40 | 0 | 0.84 | 247.06 | 0.25 | 0.13 |
| Hex | 1B | 19 | 2A | 24 | 28 | 0 | 54 | F7 | 19 | D |
| Octal | 33 | 31 | 52 | 44 | 50 | 0 | 124 | 367 | 31 | 15 |
| Binary | 11011 | 11001 | 101010 | 100100 | 101000 | 0 | 1010100 | 11110111 | 11001 | 1101 |
Color Harmonies of #1B192A
Complementary color
Monochromatic Colors of #1B192A
Black with #1B192A
Text Example
Text Example
White with #1B192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B192A; }
p { color: rgb(27,25,42); }
H1.HeaderClassName
{
color: #1B192A;
}
.AnyTagClassName
{
color: #1B192A;
}
</style>
background-color css
<style>
a { background-color: #1B192A; }
a { background-color: rgb(27,25,42); }
div.DivClassName
{
background-color: #1B192A;
}
.BgClassName
{
background-color: #1B192A;
}
</style>
border-color css
<style>
span { border-color: #1B192A; }
span { border-color: rgb(27,25,42); }
td.TdClassName
{
border-color: #1B192A;
}
.TagClassName
{
border-color: #1B192A;
}
</style>