Shades of Jaguar #232435
Tints of Jaguar #232435
RGB
CMYK
RGB Variations
Color information
#232435 (or 0x232435) is known color: Jaguar. HEX triplet: 23, 24 and 35. RGB value is (35,36,53). Sum of RGB (Red+Green+Blue) = 35+36+53=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #232435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232435 is #DCDBCA. Grayscale: #252525. Windows color (decimal): -14474187 or 3482659. OLE color: 3482659.
HSL color Cylindrical-coordinate representation of color #232435: hue angle of 236.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232435 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 36 | 53 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.79 |
| HSL | 236.67º | 0.2% | 0.17% | - |
| HSV(B) | 236.67º | 0.34% | 0.21% | - |
| XYZ | 1.97 | 1.88 | 3.63 | - |
| YUV | 37.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 53 | 0.34 | 0.32 | 0 | 0.79 | 236.67 | 0.2 | 0.17 |
| Hex | 23 | 24 | 35 | 22 | 20 | 0 | 4F | ED | 14 | 11 |
| Octal | 43 | 44 | 65 | 42 | 40 | 0 | 117 | 355 | 24 | 21 |
| Binary | 100011 | 100100 | 110101 | 100010 | 100000 | 0 | 1001111 | 11101101 | 10100 | 10001 |
Color Harmonies of #232435
Complementary color
Monochromatic Colors of #232435
Black with #232435
Text Example
Text Example
White with #232435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232435; }
p { color: rgb(35,36,53); }
H1.HeaderClassName
{
color: #232435;
}
.AnyTagClassName
{
color: #232435;
}
</style>
background-color css
<style>
a { background-color: #232435; }
a { background-color: rgb(35,36,53); }
div.DivClassName
{
background-color: #232435;
}
.BgClassName
{
background-color: #232435;
}
</style>
border-color css
<style>
span { border-color: #232435; }
span { border-color: rgb(35,36,53); }
td.TdClassName
{
border-color: #232435;
}
.TagClassName
{
border-color: #232435;
}
</style>