Shades of Holly #26362C
Tints of Holly #26362C
RGB
CMYK
RGB Variations
Color information
#26362C (or 0x26362C) is known color: Holly. HEX triplet: 26, 36 and 2C. RGB value is (38,54,44). Sum of RGB (Red+Green+Blue) = 38+54+44=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #26362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26362C is #D9C9D3. Grayscale: #303030. Windows color (decimal): -14272980 or 2897446. OLE color: 2897446.
HSL color Cylindrical-coordinate representation of color #26362C: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #26362C is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 54 | 44 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.79 |
| HSL | 142.5º | 0.17% | 0.18% | - |
| HSV(B) | 142.5º | 0.3% | 0.21% | - |
| XYZ | 2.57 | 3.23 | 2.87 | - |
| YUV | 48.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 44 | 0.30 | 0 | 0.19 | 0.79 | 142.5 | 0.17 | 0.18 |
| Hex | 26 | 36 | 2C | 1E | 0 | 13 | 4F | 8E | 11 | 12 |
| Octal | 46 | 66 | 54 | 36 | 0 | 23 | 117 | 216 | 21 | 22 |
| Binary | 100110 | 110110 | 101100 | 11110 | 0 | 10011 | 1001111 | 10001110 | 10001 | 10010 |
Color Harmonies of #26362C
Complementary color
Monochromatic Colors of #26362C
Black with #26362C
Text Example
Text Example
White with #26362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26362C; }
p { color: rgb(38,54,44); }
H1.HeaderClassName
{
color: #26362C;
}
.AnyTagClassName
{
color: #26362C;
}
</style>
background-color css
<style>
a { background-color: #26362C; }
a { background-color: rgb(38,54,44); }
div.DivClassName
{
background-color: #26362C;
}
.BgClassName
{
background-color: #26362C;
}
</style>
border-color css
<style>
span { border-color: #26362C; }
span { border-color: rgb(38,54,44); }
td.TdClassName
{
border-color: #26362C;
}
.TagClassName
{
border-color: #26362C;
}
</style>