Shades of Jaguar #232326
Tints of Jaguar #232326
RGB
CMYK
RGB Variations
Color information
#232326 (or 0x232326) is known color: Jaguar. HEX triplet: 23, 23 and 26. RGB value is (35,35,38). Sum of RGB (Red+Green+Blue) = 35+35+38=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 38 - color contains mainly: blue. Hex color #232326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232326 is #DCDCD9. Grayscale: #232323. Windows color (decimal): -14474458 or 2499363. OLE color: 2499363.
HSL color Cylindrical-coordinate representation of color #232326: hue angle of 240º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #232326 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 35 | 38 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.85 |
| HSL | 240º | 0.04% | 0.14% | - |
| HSV(B) | 240º | 0.08% | 0.15% | - |
| XYZ | 1.64 | 1.7 | 2.08 | - |
| YUV | 35.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 38 | 0.08 | 0.08 | 0 | 0.85 | 240 | 0.04 | 0.14 |
| Hex | 23 | 23 | 26 | 8 | 8 | 0 | 55 | F0 | 4 | E |
| Octal | 43 | 43 | 46 | 10 | 10 | 0 | 125 | 360 | 4 | 16 |
| Binary | 100011 | 100011 | 100110 | 1000 | 1000 | 0 | 1010101 | 11110000 | 100 | 1110 |
Color Harmonies of #232326
Complementary color
Monochromatic Colors of #232326
Black with #232326
Text Example
Text Example
White with #232326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232326; }
p { color: rgb(35,35,38); }
H1.HeaderClassName
{
color: #232326;
}
.AnyTagClassName
{
color: #232326;
}
</style>
background-color css
<style>
a { background-color: #232326; }
a { background-color: rgb(35,35,38); }
div.DivClassName
{
background-color: #232326;
}
.BgClassName
{
background-color: #232326;
}
</style>
border-color css
<style>
span { border-color: #232326; }
span { border-color: rgb(35,35,38); }
td.TdClassName
{
border-color: #232326;
}
.TagClassName
{
border-color: #232326;
}
</style>