Shades of Jaguar #26262C
Tints of Jaguar #26262C
RGB
CMYK
RGB Variations
Color information
#26262C (or 0x26262C) is known color: Jaguar. HEX triplet: 26, 26 and 2C. RGB value is (38,38,44). Sum of RGB (Red+Green+Blue) = 38+38+44=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #26262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262C is #D9D9D3. Grayscale: #262626. Windows color (decimal): -14277076 or 2893350. OLE color: 2893350.
HSL color Cylindrical-coordinate representation of color #26262C: hue angle of 240º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #26262C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 38 | 44 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.83 |
| HSL | 240º | 0.07% | 0.16% | - |
| HSV(B) | 240º | 0.14% | 0.17% | - |
| XYZ | 1.95 | 1.98 | 2.66 | - |
| YUV | 38.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 44 | 0.14 | 0.14 | 0 | 0.83 | 240 | 0.07 | 0.16 |
| Hex | 26 | 26 | 2C | E | E | 0 | 53 | F0 | 7 | 10 |
| Octal | 46 | 46 | 54 | 16 | 16 | 0 | 123 | 360 | 7 | 20 |
| Binary | 100110 | 100110 | 101100 | 1110 | 1110 | 0 | 1010011 | 11110000 | 111 | 10000 |
Color Harmonies of #26262C
Complementary color
Monochromatic Colors of #26262C
Black with #26262C
Text Example
Text Example
White with #26262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26262C; }
p { color: rgb(38,38,44); }
H1.HeaderClassName
{
color: #26262C;
}
.AnyTagClassName
{
color: #26262C;
}
</style>
background-color css
<style>
a { background-color: #26262C; }
a { background-color: rgb(38,38,44); }
div.DivClassName
{
background-color: #26262C;
}
.BgClassName
{
background-color: #26262C;
}
</style>
border-color css
<style>
span { border-color: #26262C; }
span { border-color: rgb(38,38,44); }
td.TdClassName
{
border-color: #26262C;
}
.TagClassName
{
border-color: #26262C;
}
</style>