Shades of Jaguar #26262F
Tints of Jaguar #26262F
RGB
CMYK
RGB Variations
Color information
#26262F (or 0x26262F) is known color: Jaguar. HEX triplet: 26, 26 and 2F. RGB value is (38,38,47). Sum of RGB (Red+Green+Blue) = 38+38+47=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 47 - color contains mainly: blue. Hex color #26262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262F is #D9D9D0. Grayscale: #262626. Windows color (decimal): -14277073 or 3089958. OLE color: 3089958.
HSL color Cylindrical-coordinate representation of color #26262F: hue angle of 240º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #26262F is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 38 | 47 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.82 |
| HSL | 240º | 0.11% | 0.17% | - |
| HSV(B) | 240º | 0.19% | 0.18% | - |
| XYZ | 2.01 | 2 | 2.97 | - |
| YUV | 39.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 47 | 0.19 | 0.19 | 0 | 0.82 | 240 | 0.11 | 0.17 |
| Hex | 26 | 26 | 2F | 13 | 13 | 0 | 52 | F0 | B | 11 |
| Octal | 46 | 46 | 57 | 23 | 23 | 0 | 122 | 360 | 13 | 21 |
| Binary | 100110 | 100110 | 101111 | 10011 | 10011 | 0 | 1010010 | 11110000 | 1011 | 10001 |
Color Harmonies of #26262F
Complementary color
Monochromatic Colors of #26262F
Black with #26262F
Text Example
Text Example
White with #26262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26262F; }
p { color: rgb(38,38,47); }
H1.HeaderClassName
{
color: #26262F;
}
.AnyTagClassName
{
color: #26262F;
}
</style>
background-color css
<style>
a { background-color: #26262F; }
a { background-color: rgb(38,38,47); }
div.DivClassName
{
background-color: #26262F;
}
.BgClassName
{
background-color: #26262F;
}
</style>
border-color css
<style>
span { border-color: #26262F; }
span { border-color: rgb(38,38,47); }
td.TdClassName
{
border-color: #26262F;
}
.TagClassName
{
border-color: #26262F;
}
</style>