Shades of Jaguar #1B1926
Tints of Jaguar #1B1926
RGB
CMYK
RGB Variations
Color information
#1B1926 (or 0x1B1926) is known color: Jaguar. HEX triplet: 1B, 19 and 26. RGB value is (27,25,38). Sum of RGB (Red+Green+Blue) = 27+25+38=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B1926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1926 is #E4E6D9. Grayscale: #1B1B1B. Windows color (decimal): -15001306 or 2496795. OLE color: 2496795.
HSL color Cylindrical-coordinate representation of color #1B1926: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B1926 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 25 | 38 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.85 |
| HSL | 249.23º | 0.21% | 0.12% | - |
| HSV(B) | 249.23º | 0.34% | 0.15% | - |
| XYZ | 1.15 | 1.07 | 1.98 | - |
| YUV | 27.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 38 | 0.29 | 0.34 | 0 | 0.85 | 249.23 | 0.21 | 0.12 |
| Hex | 1B | 19 | 26 | 1D | 22 | 0 | 55 | F9 | 15 | C |
| Octal | 33 | 31 | 46 | 35 | 42 | 0 | 125 | 371 | 25 | 14 |
| Binary | 11011 | 11001 | 100110 | 11101 | 100010 | 0 | 1010101 | 11111001 | 10101 | 1100 |
Color Harmonies of #1B1926
Complementary color
Monochromatic Colors of #1B1926
Black with #1B1926
Text Example
Text Example
White with #1B1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1926; }
p { color: rgb(27,25,38); }
H1.HeaderClassName
{
color: #1B1926;
}
.AnyTagClassName
{
color: #1B1926;
}
</style>
background-color css
<style>
a { background-color: #1B1926; }
a { background-color: rgb(27,25,38); }
div.DivClassName
{
background-color: #1B1926;
}
.BgClassName
{
background-color: #1B1926;
}
</style>
border-color css
<style>
span { border-color: #1B1926; }
span { border-color: rgb(27,25,38); }
td.TdClassName
{
border-color: #1B1926;
}
.TagClassName
{
border-color: #1B1926;
}
</style>