Shades of Jaguar #1B1927
Tints of Jaguar #1B1927
RGB
CMYK
RGB Variations
Color information
#1B1927 (or 0x1B1927) is known color: Jaguar. HEX triplet: 1B, 19 and 27. RGB value is (27,25,39). Sum of RGB (Red+Green+Blue) = 27+25+39=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B1927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1927 is #E4E6D8. Grayscale: #1B1B1B. Windows color (decimal): -15001305 or 2562331. OLE color: 2562331.
HSL color Cylindrical-coordinate representation of color #1B1927: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1B1927 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 25 | 39 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.85 |
| HSL | 248.57º | 0.22% | 0.13% | - |
| HSV(B) | 248.57º | 0.36% | 0.15% | - |
| XYZ | 1.17 | 1.07 | 2.07 | - |
| YUV | 27.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 39 | 0.31 | 0.36 | 0 | 0.85 | 248.57 | 0.22 | 0.13 |
| Hex | 1B | 19 | 27 | 1F | 24 | 0 | 55 | F9 | 16 | D |
| Octal | 33 | 31 | 47 | 37 | 44 | 0 | 125 | 371 | 26 | 15 |
| Binary | 11011 | 11001 | 100111 | 11111 | 100100 | 0 | 1010101 | 11111001 | 10110 | 1101 |
Color Harmonies of #1B1927
Complementary color
Monochromatic Colors of #1B1927
Black with #1B1927
Text Example
Text Example
White with #1B1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1927; }
p { color: rgb(27,25,39); }
H1.HeaderClassName
{
color: #1B1927;
}
.AnyTagClassName
{
color: #1B1927;
}
</style>
background-color css
<style>
a { background-color: #1B1927; }
a { background-color: rgb(27,25,39); }
div.DivClassName
{
background-color: #1B1927;
}
.BgClassName
{
background-color: #1B1927;
}
</style>
border-color css
<style>
span { border-color: #1B1927; }
span { border-color: rgb(27,25,39); }
td.TdClassName
{
border-color: #1B1927;
}
.TagClassName
{
border-color: #1B1927;
}
</style>