Shades of Jaguar #1B183C
Tints of Jaguar #1B183C
RGB
CMYK
RGB Variations
Color information
#1B183C (or 0x1B183C) is known color: Jaguar. HEX triplet: 1B, 18 and 3C. RGB value is (27,24,60). Sum of RGB (Red+Green+Blue) = 27+24+60=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B183C is #E4E7C3. Grayscale: #1C1C1C. Windows color (decimal): -15001540 or 3938331. OLE color: 3938331.
HSL color Cylindrical-coordinate representation of color #1B183C: hue angle of 245º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B183C is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 24 | 60 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.76 |
| HSL | 245º | 0.43% | 0.16% | - |
| HSV(B) | 245º | 0.6% | 0.24% | - |
| XYZ | 1.59 | 1.21 | 4.42 | - |
| YUV | 29 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 60 | 0.55 | 0.60 | 0 | 0.76 | 245 | 0.43 | 0.16 |
| Hex | 1B | 18 | 3C | 37 | 3C | 0 | 4C | F5 | 2B | 10 |
| Octal | 33 | 30 | 74 | 67 | 74 | 0 | 114 | 365 | 53 | 20 |
| Binary | 11011 | 11000 | 111100 | 110111 | 111100 | 0 | 1001100 | 11110101 | 101011 | 10000 |
Color Harmonies of #1B183C
Complementary color
Monochromatic Colors of #1B183C
Black with #1B183C
Text Example
Text Example
White with #1B183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B183C; }
p { color: rgb(27,24,60); }
H1.HeaderClassName
{
color: #1B183C;
}
.AnyTagClassName
{
color: #1B183C;
}
</style>
background-color css
<style>
a { background-color: #1B183C; }
a { background-color: rgb(27,24,60); }
div.DivClassName
{
background-color: #1B183C;
}
.BgClassName
{
background-color: #1B183C;
}
</style>
border-color css
<style>
span { border-color: #1B183C; }
span { border-color: rgb(27,24,60); }
td.TdClassName
{
border-color: #1B183C;
}
.TagClassName
{
border-color: #1B183C;
}
</style>