Shades of Jaguar #26252E
Tints of Jaguar #26252E
RGB
CMYK
RGB Variations
Color information
#26252E (or 0x26252E) is known color: Jaguar. HEX triplet: 26, 25 and 2E. RGB value is (38,37,46). Sum of RGB (Red+Green+Blue) = 38+37+46=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #26252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26252E is #D9DAD1. Grayscale: #262626. Windows color (decimal): -14277330 or 3024166. OLE color: 3024166.
HSL color Cylindrical-coordinate representation of color #26252E: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #26252E is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 37 | 46 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.82 |
| HSL | 246.67º | 0.11% | 0.16% | - |
| HSV(B) | 246.67º | 0.2% | 0.18% | - |
| XYZ | 1.95 | 1.93 | 2.85 | - |
| YUV | 38.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 46 | 0.17 | 0.20 | 0 | 0.82 | 246.67 | 0.11 | 0.16 |
| Hex | 26 | 25 | 2E | 11 | 14 | 0 | 52 | F7 | B | 10 |
| Octal | 46 | 45 | 56 | 21 | 24 | 0 | 122 | 367 | 13 | 20 |
| Binary | 100110 | 100101 | 101110 | 10001 | 10100 | 0 | 1010010 | 11110111 | 1011 | 10000 |
Color Harmonies of #26252E
Complementary color
Monochromatic Colors of #26252E
Black with #26252E
Text Example
Text Example
White with #26252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26252E; }
p { color: rgb(38,37,46); }
H1.HeaderClassName
{
color: #26252E;
}
.AnyTagClassName
{
color: #26252E;
}
</style>
background-color css
<style>
a { background-color: #26252E; }
a { background-color: rgb(38,37,46); }
div.DivClassName
{
background-color: #26252E;
}
.BgClassName
{
background-color: #26252E;
}
</style>
border-color css
<style>
span { border-color: #26252E; }
span { border-color: rgb(38,37,46); }
td.TdClassName
{
border-color: #26252E;
}
.TagClassName
{
border-color: #26252E;
}
</style>