Shades of Jaguar #232434
Tints of Jaguar #232434
RGB
CMYK
RGB Variations
Color information
#232434 (or 0x232434) is known color: Jaguar. HEX triplet: 23, 24 and 34. RGB value is (35,36,52). Sum of RGB (Red+Green+Blue) = 35+36+52=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #232434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232434 is #DCDBCB. Grayscale: #252525. Windows color (decimal): -14474188 or 3417123. OLE color: 3417123.
HSL color Cylindrical-coordinate representation of color #232434: hue angle of 236.47º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #232434 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 36 | 52 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.80 |
| HSL | 236.47º | 0.2% | 0.17% | - |
| HSV(B) | 236.47º | 0.33% | 0.2% | - |
| XYZ | 1.94 | 1.87 | 3.51 | - |
| YUV | 37.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 52 | 0.33 | 0.31 | 0 | 0.80 | 236.47 | 0.2 | 0.17 |
| Hex | 23 | 24 | 34 | 21 | 1F | 0 | 50 | EC | 14 | 11 |
| Octal | 43 | 44 | 64 | 41 | 37 | 0 | 120 | 354 | 24 | 21 |
| Binary | 100011 | 100100 | 110100 | 100001 | 11111 | 0 | 1010000 | 11101100 | 10100 | 10001 |
Color Harmonies of #232434
Complementary color
Monochromatic Colors of #232434
Black with #232434
Text Example
Text Example
White with #232434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232434; }
p { color: rgb(35,36,52); }
H1.HeaderClassName
{
color: #232434;
}
.AnyTagClassName
{
color: #232434;
}
</style>
background-color css
<style>
a { background-color: #232434; }
a { background-color: rgb(35,36,52); }
div.DivClassName
{
background-color: #232434;
}
.BgClassName
{
background-color: #232434;
}
</style>
border-color css
<style>
span { border-color: #232434; }
span { border-color: rgb(35,36,52); }
td.TdClassName
{
border-color: #232434;
}
.TagClassName
{
border-color: #232434;
}
</style>