Shades of Jaguar #232232
Tints of Jaguar #232232
RGB
CMYK
RGB Variations
Color information
#232232 (or 0x232232) is known color: Jaguar. HEX triplet: 23, 22 and 32. RGB value is (35,34,50). Sum of RGB (Red+Green+Blue) = 35+34+50=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #232232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232232 is #DCDDCD. Grayscale: #242424. Windows color (decimal): -14474702 or 3285539. OLE color: 3285539.
HSL color Cylindrical-coordinate representation of color #232232: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #232232 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 34 | 50 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.80 |
| HSL | 243.75º | 0.19% | 0.16% | - |
| HSV(B) | 243.75º | 0.32% | 0.2% | - |
| XYZ | 1.84 | 1.73 | 3.25 | - |
| YUV | 36.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 50 | 0.30 | 0.32 | 0 | 0.80 | 243.75 | 0.19 | 0.16 |
| Hex | 23 | 22 | 32 | 1E | 20 | 0 | 50 | F4 | 13 | 10 |
| Octal | 43 | 42 | 62 | 36 | 40 | 0 | 120 | 364 | 23 | 20 |
| Binary | 100011 | 100010 | 110010 | 11110 | 100000 | 0 | 1010000 | 11110100 | 10011 | 10000 |
Color Harmonies of #232232
Complementary color
Monochromatic Colors of #232232
Black with #232232
Text Example
Text Example
White with #232232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232232; }
p { color: rgb(35,34,50); }
H1.HeaderClassName
{
color: #232232;
}
.AnyTagClassName
{
color: #232232;
}
</style>
background-color css
<style>
a { background-color: #232232; }
a { background-color: rgb(35,34,50); }
div.DivClassName
{
background-color: #232232;
}
.BgClassName
{
background-color: #232232;
}
</style>
border-color css
<style>
span { border-color: #232232; }
span { border-color: rgb(35,34,50); }
td.TdClassName
{
border-color: #232232;
}
.TagClassName
{
border-color: #232232;
}
</style>