Shades of Jaguar #1B1834
Tints of Jaguar #1B1834
RGB
CMYK
RGB Variations
Color information
#1B1834 (or 0x1B1834) is known color: Jaguar. HEX triplet: 1B, 18 and 34. RGB value is (27,24,52). Sum of RGB (Red+Green+Blue) = 27+24+52=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #1B1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1834 is #E4E7CB. Grayscale: #1B1B1B. Windows color (decimal): -15001548 or 3414043. OLE color: 3414043.
HSL color Cylindrical-coordinate representation of color #1B1834: hue angle of 246.43º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B1834 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 24 | 52 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.80 |
| HSL | 246.43º | 0.37% | 0.15% | - |
| HSV(B) | 246.43º | 0.54% | 0.2% | - |
| XYZ | 1.4 | 1.13 | 3.39 | - |
| YUV | 28.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 52 | 0.48 | 0.54 | 0 | 0.80 | 246.43 | 0.37 | 0.15 |
| Hex | 1B | 18 | 34 | 30 | 36 | 0 | 50 | F6 | 25 | F |
| Octal | 33 | 30 | 64 | 60 | 66 | 0 | 120 | 366 | 45 | 17 |
| Binary | 11011 | 11000 | 110100 | 110000 | 110110 | 0 | 1010000 | 11110110 | 100101 | 1111 |
Color Harmonies of #1B1834
Complementary color
Monochromatic Colors of #1B1834
Black with #1B1834
Text Example
Text Example
White with #1B1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1834; }
p { color: rgb(27,24,52); }
H1.HeaderClassName
{
color: #1B1834;
}
.AnyTagClassName
{
color: #1B1834;
}
</style>
background-color css
<style>
a { background-color: #1B1834; }
a { background-color: rgb(27,24,52); }
div.DivClassName
{
background-color: #1B1834;
}
.BgClassName
{
background-color: #1B1834;
}
</style>
border-color css
<style>
span { border-color: #1B1834; }
span { border-color: rgb(27,24,52); }
td.TdClassName
{
border-color: #1B1834;
}
.TagClassName
{
border-color: #1B1834;
}
</style>