Shades of Holly #27392F
Tints of Holly #27392F
RGB
CMYK
RGB Variations
Color information
#27392F (or 0x27392F) is known color: Holly. HEX triplet: 27, 39 and 2F. RGB value is (39,57,47). Sum of RGB (Red+Green+Blue) = 39+57+47=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #27392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27392F is #D8C6D0. Grayscale: #323232. Windows color (decimal): -14206673 or 3094823. OLE color: 3094823.
HSL color Cylindrical-coordinate representation of color #27392F: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27392F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 57 | 47 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.78 |
| HSL | 146.67º | 0.19% | 0.19% | - |
| HSV(B) | 146.67º | 0.32% | 0.22% | - |
| XYZ | 2.81 | 3.56 | 3.23 | - |
| YUV | 50.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 47 | 0.32 | 0 | 0.18 | 0.78 | 146.67 | 0.19 | 0.19 |
| Hex | 27 | 39 | 2F | 20 | 0 | 12 | 4E | 93 | 13 | 13 |
| Octal | 47 | 71 | 57 | 40 | 0 | 22 | 116 | 223 | 23 | 23 |
| Binary | 100111 | 111001 | 101111 | 100000 | 0 | 10010 | 1001110 | 10010011 | 10011 | 10011 |
Color Harmonies of #27392F
Complementary color
Monochromatic Colors of #27392F
Black with #27392F
Text Example
Text Example
White with #27392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27392F; }
p { color: rgb(39,57,47); }
H1.HeaderClassName
{
color: #27392F;
}
.AnyTagClassName
{
color: #27392F;
}
</style>
background-color css
<style>
a { background-color: #27392F; }
a { background-color: rgb(39,57,47); }
div.DivClassName
{
background-color: #27392F;
}
.BgClassName
{
background-color: #27392F;
}
</style>
border-color css
<style>
span { border-color: #27392F; }
span { border-color: rgb(39,57,47); }
td.TdClassName
{
border-color: #27392F;
}
.TagClassName
{
border-color: #27392F;
}
</style>