Shades of English Holly #283B31
Tints of English Holly #283B31
RGB
CMYK
RGB Variations
Color information
#283B31 (or 0x283B31) is known color: English Holly. HEX triplet: 28, 3B and 31. RGB value is (40,59,49). Sum of RGB (Red+Green+Blue) = 40+59+49=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #283B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B31 is #D7C4CE. Grayscale: #343434. Windows color (decimal): -14140623 or 3226408. OLE color: 3226408.
HSL color Cylindrical-coordinate representation of color #283B31: hue angle of 148.42º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #283B31 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 59 | 49 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.77 |
| HSL | 148.42º | 0.19% | 0.19% | - |
| HSV(B) | 148.42º | 0.32% | 0.23% | - |
| XYZ | 2.99 | 3.8 | 3.48 | - |
| YUV | 52.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 49 | 0.32 | 0 | 0.17 | 0.77 | 148.42 | 0.19 | 0.19 |
| Hex | 28 | 3B | 31 | 20 | 0 | 11 | 4D | 94 | 13 | 13 |
| Octal | 50 | 73 | 61 | 40 | 0 | 21 | 115 | 224 | 23 | 23 |
| Binary | 101000 | 111011 | 110001 | 100000 | 0 | 10001 | 1001101 | 10010100 | 10011 | 10011 |
Color Harmonies of #283B31
Complementary color
Monochromatic Colors of #283B31
Black with #283B31
Text Example
Text Example
White with #283B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B31; }
p { color: rgb(40,59,49); }
H1.HeaderClassName
{
color: #283B31;
}
.AnyTagClassName
{
color: #283B31;
}
</style>
background-color css
<style>
a { background-color: #283B31; }
a { background-color: rgb(40,59,49); }
div.DivClassName
{
background-color: #283B31;
}
.BgClassName
{
background-color: #283B31;
}
</style>
border-color css
<style>
span { border-color: #283B31; }
span { border-color: rgb(40,59,49); }
td.TdClassName
{
border-color: #283B31;
}
.TagClassName
{
border-color: #283B31;
}
</style>