Shades of Holly #303231
Tints of Holly #303231
RGB
CMYK
RGB Variations
Color information
#303231 (or 0x303231) is known color: Holly. HEX triplet: 30, 32 and 31. RGB value is (48,50,49). Sum of RGB (Red+Green+Blue) = 48+50+49=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 50 - color contains mainly: green. Hex color #303231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303231 is #CFCDCE. Grayscale: #313131. Windows color (decimal): -13618639 or 3224112. OLE color: 3224112.
HSL color Cylindrical-coordinate representation of color #303231: hue angle of 150º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #303231 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
RGB | 48 | 50 | 49 | - |
CMYK | 0.04 | 0 | 0.02 | 0.80 |
HSL | 150º | 0.02% | 0.19% | - |
HSV(B) | 150º | 0.04% | 0.2% | - |
XYZ | 2.91 | 3.13 | 3.36 | - |
YUV | 49.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 50 | 49 | 0.04 | 0 | 0.02 | 0.80 | 150 | 0.02 | 0.19 |
Hex | 30 | 32 | 31 | 4 | 0 | 2 | 50 | 96 | 2 | 13 |
Octal | 60 | 62 | 61 | 4 | 0 | 2 | 120 | 226 | 2 | 23 |
Binary | 110000 | 110010 | 110001 | 100 | 0 | 10 | 1010000 | 10010110 | 10 | 10011 |
Color Harmonies of #303231
Complementary color
Monochromatic Colors of #303231
Black with #303231
Text Example
Text Example
White with #303231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303231; }
p { color: rgb(48,50,49); }
H1.HeaderClassName
{
color: #303231;
}
.AnyTagClassName
{
color: #303231;
}
</style>
background-color css
<style>
a { background-color: #303231; }
a { background-color: rgb(48,50,49); }
div.DivClassName
{
background-color: #303231;
}
.BgClassName
{
background-color: #303231;
}
</style>
border-color css
<style>
span { border-color: #303231; }
span { border-color: rgb(48,50,49); }
td.TdClassName
{
border-color: #303231;
}
.TagClassName
{
border-color: #303231;
}
</style>