Shades of Jaguar #26262E
Tints of Jaguar #26262E
RGB
CMYK
RGB Variations
Color information
#26262E (or 0x26262E) is known color: Jaguar. HEX triplet: 26, 26 and 2E. RGB value is (38,38,46). Sum of RGB (Red+Green+Blue) = 38+38+46=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #26262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262E is #D9D9D1. Grayscale: #262626. Windows color (decimal): -14277074 or 3024422. OLE color: 3024422.
HSL color Cylindrical-coordinate representation of color #26262E: hue angle of 240º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #26262E is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 38 | 38 | 46 | - |
CMYK | 0.17 | 0.17 | 0 | 0.82 |
HSL | 240º | 0.1% | 0.16% | - |
HSV(B) | 240º | 0.17% | 0.18% | - |
XYZ | 1.99 | 2 | 2.87 | - |
YUV | 38.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 38 | 46 | 0.17 | 0.17 | 0 | 0.82 | 240 | 0.1 | 0.16 |
Hex | 26 | 26 | 2E | 11 | 11 | 0 | 52 | F0 | A | 10 |
Octal | 46 | 46 | 56 | 21 | 21 | 0 | 122 | 360 | 12 | 20 |
Binary | 100110 | 100110 | 101110 | 10001 | 10001 | 0 | 1010010 | 11110000 | 1010 | 10000 |
Color Harmonies of #26262E
Complementary color
Monochromatic Colors of #26262E
Black with #26262E
Text Example
Text Example
White with #26262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26262E; }
p { color: rgb(38,38,46); }
H1.HeaderClassName
{
color: #26262E;
}
.AnyTagClassName
{
color: #26262E;
}
</style>
background-color css
<style>
a { background-color: #26262E; }
a { background-color: rgb(38,38,46); }
div.DivClassName
{
background-color: #26262E;
}
.BgClassName
{
background-color: #26262E;
}
</style>
border-color css
<style>
span { border-color: #26262E; }
span { border-color: rgb(38,38,46); }
td.TdClassName
{
border-color: #26262E;
}
.TagClassName
{
border-color: #26262E;
}
</style>