Shades of English Holly #264031
Tints of English Holly #264031
RGB
CMYK
RGB Variations
Color information
#264031 (or 0x264031) is known color: English Holly. HEX triplet: 26, 40 and 31. RGB value is (38,64,49). Sum of RGB (Red+Green+Blue) = 38+64+49=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #264031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264031 is #D9BFCE. Grayscale: #363636. Windows color (decimal): -14270415 or 3227686. OLE color: 3227686.
HSL color Cylindrical-coordinate representation of color #264031: hue angle of 145.38º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #264031 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 64 | 49 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.75 |
| HSL | 145.38º | 0.25% | 0.2% | - |
| HSV(B) | 145.38º | 0.41% | 0.25% | - |
| XYZ | 3.19 | 4.3 | 3.57 | - |
| YUV | 54.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 49 | 0.41 | 0 | 0.23 | 0.75 | 145.38 | 0.25 | 0.2 |
| Hex | 26 | 40 | 31 | 29 | 0 | 17 | 4B | 91 | 19 | 14 |
| Octal | 46 | 100 | 61 | 51 | 0 | 27 | 113 | 221 | 31 | 24 |
| Binary | 100110 | 1000000 | 110001 | 101001 | 0 | 10111 | 1001011 | 10010001 | 11001 | 10100 |
Color Harmonies of #264031
Complementary color
Monochromatic Colors of #264031
Black with #264031
Text Example
Text Example
White with #264031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264031; }
p { color: rgb(38,64,49); }
H1.HeaderClassName
{
color: #264031;
}
.AnyTagClassName
{
color: #264031;
}
</style>
background-color css
<style>
a { background-color: #264031; }
a { background-color: rgb(38,64,49); }
div.DivClassName
{
background-color: #264031;
}
.BgClassName
{
background-color: #264031;
}
</style>
border-color css
<style>
span { border-color: #264031; }
span { border-color: rgb(38,64,49); }
td.TdClassName
{
border-color: #264031;
}
.TagClassName
{
border-color: #264031;
}
</style>