Shades of Jaguar #23222D
Tints of Jaguar #23222D
RGB
CMYK
RGB Variations
Color information
#23222D (or 0x23222D) is known color: Jaguar. HEX triplet: 23, 22 and 2D. RGB value is (35,34,45). Sum of RGB (Red+Green+Blue) = 35+34+45=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #23222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23222D is #DCDDD2. Grayscale: #232323. Windows color (decimal): -14474707 or 2957859. OLE color: 2957859.
HSL color Cylindrical-coordinate representation of color #23222D: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23222D is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 34 | 45 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.82 |
| HSL | 245.45º | 0.14% | 0.15% | - |
| HSV(B) | 245.45º | 0.24% | 0.18% | - |
| XYZ | 1.74 | 1.69 | 2.72 | - |
| YUV | 35.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 45 | 0.22 | 0.24 | 0 | 0.82 | 245.45 | 0.14 | 0.15 |
| Hex | 23 | 22 | 2D | 16 | 18 | 0 | 52 | F5 | E | F |
| Octal | 43 | 42 | 55 | 26 | 30 | 0 | 122 | 365 | 16 | 17 |
| Binary | 100011 | 100010 | 101101 | 10110 | 11000 | 0 | 1010010 | 11110101 | 1110 | 1111 |
Color Harmonies of #23222D
Complementary color
Monochromatic Colors of #23222D
Black with #23222D
Text Example
Text Example
White with #23222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23222D; }
p { color: rgb(35,34,45); }
H1.HeaderClassName
{
color: #23222D;
}
.AnyTagClassName
{
color: #23222D;
}
</style>
background-color css
<style>
a { background-color: #23222D; }
a { background-color: rgb(35,34,45); }
div.DivClassName
{
background-color: #23222D;
}
.BgClassName
{
background-color: #23222D;
}
</style>
border-color css
<style>
span { border-color: #23222D; }
span { border-color: rgb(35,34,45); }
td.TdClassName
{
border-color: #23222D;
}
.TagClassName
{
border-color: #23222D;
}
</style>