Shades of Jaguar #191830
Tints of Jaguar #191830
RGB
CMYK
RGB Variations
Color information
#191830 (or 0x191830) is known color: Jaguar. HEX triplet: 19, 18 and 30. RGB value is (25,24,48). Sum of RGB (Red+Green+Blue) = 25+24+48=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #191830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191830 is #E6E7CF. Grayscale: #1A1A1A. Windows color (decimal): -15132624 or 3151897. OLE color: 3151897.
HSL color Cylindrical-coordinate representation of color #191830: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191830 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 24 | 48 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.81 |
| HSL | 242.5º | 0.33% | 0.14% | - |
| HSV(B) | 242.5º | 0.5% | 0.19% | - |
| XYZ | 1.26 | 1.07 | 2.94 | - |
| YUV | 27.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 48 | 0.48 | 0.5 | 0 | 0.81 | 242.5 | 0.33 | 0.14 |
| Hex | 19 | 18 | 30 | 30 | 32 | 0 | 51 | F2 | 21 | E |
| Octal | 31 | 30 | 60 | 60 | 62 | 0 | 121 | 362 | 41 | 16 |
| Binary | 11001 | 11000 | 110000 | 110000 | 110010 | 0 | 1010001 | 11110010 | 100001 | 1110 |
Color Harmonies of #191830
Complementary color
Monochromatic Colors of #191830
Black with #191830
Text Example
Text Example
White with #191830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191830; }
p { color: rgb(25,24,48); }
H1.HeaderClassName
{
color: #191830;
}
.AnyTagClassName
{
color: #191830;
}
</style>
background-color css
<style>
a { background-color: #191830; }
a { background-color: rgb(25,24,48); }
div.DivClassName
{
background-color: #191830;
}
.BgClassName
{
background-color: #191830;
}
</style>
border-color css
<style>
span { border-color: #191830; }
span { border-color: rgb(25,24,48); }
td.TdClassName
{
border-color: #191830;
}
.TagClassName
{
border-color: #191830;
}
</style>