Shades of Jaguar #242338
Tints of Jaguar #242338
RGB
CMYK
RGB Variations
Color information
#242338 (or 0x242338) is known color: Jaguar. HEX triplet: 24, 23 and 38. RGB value is (36,35,56). Sum of RGB (Red+Green+Blue) = 36+35+56=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #242338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242338 is #DBDCC7. Grayscale: #252525. Windows color (decimal): -14408904 or 3679012. OLE color: 3679012.
HSL color Cylindrical-coordinate representation of color #242338: hue angle of 242.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #242338 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 35 | 56 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.78 |
| HSL | 242.86º | 0.23% | 0.18% | - |
| HSV(B) | 242.86º | 0.38% | 0.22% | - |
| XYZ | 2.04 | 1.86 | 3.99 | - |
| YUV | 37.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 56 | 0.36 | 0.37 | 0 | 0.78 | 242.86 | 0.23 | 0.18 |
| Hex | 24 | 23 | 38 | 24 | 25 | 0 | 4E | F3 | 17 | 12 |
| Octal | 44 | 43 | 70 | 44 | 45 | 0 | 116 | 363 | 27 | 22 |
| Binary | 100100 | 100011 | 111000 | 100100 | 100101 | 0 | 1001110 | 11110011 | 10111 | 10010 |
Color Harmonies of #242338
Complementary color
Monochromatic Colors of #242338
Black with #242338
Text Example
Text Example
White with #242338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242338; }
p { color: rgb(36,35,56); }
H1.HeaderClassName
{
color: #242338;
}
.AnyTagClassName
{
color: #242338;
}
</style>
background-color css
<style>
a { background-color: #242338; }
a { background-color: rgb(36,35,56); }
div.DivClassName
{
background-color: #242338;
}
.BgClassName
{
background-color: #242338;
}
</style>
border-color css
<style>
span { border-color: #242338; }
span { border-color: rgb(36,35,56); }
td.TdClassName
{
border-color: #242338;
}
.TagClassName
{
border-color: #242338;
}
</style>