Shades of Jaguar #23232D
Tints of Jaguar #23232D
RGB
CMYK
RGB Variations
Color information
#23232D (or 0x23232D) is known color: Jaguar. HEX triplet: 23, 23 and 2D. RGB value is (35,35,45). Sum of RGB (Red+Green+Blue) = 35+35+45=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 45 - color contains mainly: blue. Hex color #23232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232D is #DCDCD2. Grayscale: #242424. Windows color (decimal): -14474451 or 2958115. OLE color: 2958115.
HSL color Cylindrical-coordinate representation of color #23232D: hue angle of 240º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #23232D is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 35 | 45 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.82 |
| HSL | 240º | 0.13% | 0.16% | - |
| HSV(B) | 240º | 0.22% | 0.18% | - |
| XYZ | 1.77 | 1.75 | 2.73 | - |
| YUV | 36.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 45 | 0.22 | 0.22 | 0 | 0.82 | 240 | 0.13 | 0.16 |
| Hex | 23 | 23 | 2D | 16 | 16 | 0 | 52 | F0 | C | 10 |
| Octal | 43 | 43 | 55 | 26 | 26 | 0 | 122 | 360 | 14 | 20 |
| Binary | 100011 | 100011 | 101101 | 10110 | 10110 | 0 | 1010010 | 11110000 | 1100 | 10000 |
Color Harmonies of #23232D
Complementary color
Monochromatic Colors of #23232D
Black with #23232D
Text Example
Text Example
White with #23232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23232D; }
p { color: rgb(35,35,45); }
H1.HeaderClassName
{
color: #23232D;
}
.AnyTagClassName
{
color: #23232D;
}
</style>
background-color css
<style>
a { background-color: #23232D; }
a { background-color: rgb(35,35,45); }
div.DivClassName
{
background-color: #23232D;
}
.BgClassName
{
background-color: #23232D;
}
</style>
border-color css
<style>
span { border-color: #23232D; }
span { border-color: rgb(35,35,45); }
td.TdClassName
{
border-color: #23232D;
}
.TagClassName
{
border-color: #23232D;
}
</style>