Shades of English Holly #31483B
Tints of English Holly #31483B
RGB
CMYK
RGB Variations
Color information
#31483B (or 0x31483B) is known color: English Holly. HEX triplet: 31, 48 and 3B. RGB value is (49,72,59). Sum of RGB (Red+Green+Blue) = 49+72+59=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #31483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31483B is #CEB7C4. Grayscale: #3F3F3F. Windows color (decimal): -13547461 or 3885105. OLE color: 3885105.
HSL color Cylindrical-coordinate representation of color #31483B: hue angle of 146.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #31483B is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 59 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.72 |
| HSL | 146.09º | 0.19% | 0.24% | - |
| HSV(B) | 146.09º | 0.32% | 0.28% | - |
| XYZ | 4.37 | 5.6 | 4.99 | - |
| YUV | 63.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 59 | 0.32 | 0 | 0.18 | 0.72 | 146.09 | 0.19 | 0.24 |
| Hex | 31 | 48 | 3B | 20 | 0 | 12 | 48 | 92 | 13 | 18 |
| Octal | 61 | 110 | 73 | 40 | 0 | 22 | 110 | 222 | 23 | 30 |
| Binary | 110001 | 1001000 | 111011 | 100000 | 0 | 10010 | 1001000 | 10010010 | 10011 | 11000 |
Color Harmonies of #31483B
Complementary color
Monochromatic Colors of #31483B
Black with #31483B
Text Example
Text Example
White with #31483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31483B; }
p { color: rgb(49,72,59); }
H1.HeaderClassName
{
color: #31483B;
}
.AnyTagClassName
{
color: #31483B;
}
</style>
background-color css
<style>
a { background-color: #31483B; }
a { background-color: rgb(49,72,59); }
div.DivClassName
{
background-color: #31483B;
}
.BgClassName
{
background-color: #31483B;
}
</style>
border-color css
<style>
span { border-color: #31483B; }
span { border-color: rgb(49,72,59); }
td.TdClassName
{
border-color: #31483B;
}
.TagClassName
{
border-color: #31483B;
}
</style>