Shades of Jaguar #23232A
Tints of Jaguar #23232A
RGB
CMYK
RGB Variations
Color information
#23232A (or 0x23232A) is known color: Jaguar. HEX triplet: 23, 23 and 2A. RGB value is (35,35,42). Sum of RGB (Red+Green+Blue) = 35+35+42=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #23232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232A is #DCDCD5. Grayscale: #232323. Windows color (decimal): -14474454 or 2761507. OLE color: 2761507.
HSL color Cylindrical-coordinate representation of color #23232A: hue angle of 240º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23232A is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 35 | 42 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.84 |
| HSL | 240º | 0.09% | 0.15% | - |
| HSV(B) | 240º | 0.17% | 0.16% | - |
| XYZ | 1.71 | 1.73 | 2.43 | - |
| YUV | 35.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 42 | 0.17 | 0.17 | 0 | 0.84 | 240 | 0.09 | 0.15 |
| Hex | 23 | 23 | 2A | 11 | 11 | 0 | 54 | F0 | 9 | F |
| Octal | 43 | 43 | 52 | 21 | 21 | 0 | 124 | 360 | 11 | 17 |
| Binary | 100011 | 100011 | 101010 | 10001 | 10001 | 0 | 1010100 | 11110000 | 1001 | 1111 |
Color Harmonies of #23232A
Complementary color
Monochromatic Colors of #23232A
Black with #23232A
Text Example
Text Example
White with #23232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23232A; }
p { color: rgb(35,35,42); }
H1.HeaderClassName
{
color: #23232A;
}
.AnyTagClassName
{
color: #23232A;
}
</style>
background-color css
<style>
a { background-color: #23232A; }
a { background-color: rgb(35,35,42); }
div.DivClassName
{
background-color: #23232A;
}
.BgClassName
{
background-color: #23232A;
}
</style>
border-color css
<style>
span { border-color: #23232A; }
span { border-color: rgb(35,35,42); }
td.TdClassName
{
border-color: #23232A;
}
.TagClassName
{
border-color: #23232A;
}
</style>