Shades of Holly #303331
Tints of Holly #303331
RGB
CMYK
RGB Variations
Color information
#303331 (or 0x303331) is known color: Holly. HEX triplet: 30, 33 and 31. RGB value is (48,51,49). Sum of RGB (Red+Green+Blue) = 48+51+49=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 51 - color contains mainly: green. Hex color #303331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303331 is #CFCCCE. Grayscale: #313131. Windows color (decimal): -13618383 or 3224368. OLE color: 3224368.
HSL color Cylindrical-coordinate representation of color #303331: hue angle of 140º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #303331 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 51 | 49 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.8 |
| HSL | 140º | 0.03% | 0.19% | - |
| HSV(B) | 140º | 0.06% | 0.2% | - |
| XYZ | 2.96 | 3.22 | 3.37 | - |
| YUV | 49.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 49 | 0.06 | 0 | 0.04 | 0.8 | 140 | 0.03 | 0.19 |
| Hex | 30 | 33 | 31 | 6 | 0 | 4 | 50 | 8C | 3 | 13 |
| Octal | 60 | 63 | 61 | 6 | 0 | 4 | 120 | 214 | 3 | 23 |
| Binary | 110000 | 110011 | 110001 | 110 | 0 | 100 | 1010000 | 10001100 | 11 | 10011 |
Color Harmonies of #303331
Complementary color
Monochromatic Colors of #303331
Black with #303331
Text Example
Text Example
White with #303331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303331; }
p { color: rgb(48,51,49); }
H1.HeaderClassName
{
color: #303331;
}
.AnyTagClassName
{
color: #303331;
}
</style>
background-color css
<style>
a { background-color: #303331; }
a { background-color: rgb(48,51,49); }
div.DivClassName
{
background-color: #303331;
}
.BgClassName
{
background-color: #303331;
}
</style>
border-color css
<style>
span { border-color: #303331; }
span { border-color: rgb(48,51,49); }
td.TdClassName
{
border-color: #303331;
}
.TagClassName
{
border-color: #303331;
}
</style>