Shades of Holly #27332C
Tints of Holly #27332C
RGB
CMYK
RGB Variations
Color information
#27332C (or 0x27332C) is known color: Holly. HEX triplet: 27, 33 and 2C. RGB value is (39,51,44). Sum of RGB (Red+Green+Blue) = 39+51+44=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #27332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27332C is #D8CCD3. Grayscale: #2E2E2E. Windows color (decimal): -14208212 or 2896679. OLE color: 2896679.
HSL color Cylindrical-coordinate representation of color #27332C: hue angle of 145º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27332C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 51 | 44 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.8 |
| HSL | 145º | 0.13% | 0.18% | - |
| HSV(B) | 145º | 0.24% | 0.2% | - |
| XYZ | 2.48 | 2.98 | 2.83 | - |
| YUV | 46.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 44 | 0.24 | 0 | 0.14 | 0.8 | 145 | 0.13 | 0.18 |
| Hex | 27 | 33 | 2C | 18 | 0 | E | 50 | 91 | D | 12 |
| Octal | 47 | 63 | 54 | 30 | 0 | 16 | 120 | 221 | 15 | 22 |
| Binary | 100111 | 110011 | 101100 | 11000 | 0 | 1110 | 1010000 | 10010001 | 1101 | 10010 |
Color Harmonies of #27332C
Complementary color
Monochromatic Colors of #27332C
Black with #27332C
Text Example
Text Example
White with #27332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27332C; }
p { color: rgb(39,51,44); }
H1.HeaderClassName
{
color: #27332C;
}
.AnyTagClassName
{
color: #27332C;
}
</style>
background-color css
<style>
a { background-color: #27332C; }
a { background-color: rgb(39,51,44); }
div.DivClassName
{
background-color: #27332C;
}
.BgClassName
{
background-color: #27332C;
}
</style>
border-color css
<style>
span { border-color: #27332C; }
span { border-color: rgb(39,51,44); }
td.TdClassName
{
border-color: #27332C;
}
.TagClassName
{
border-color: #27332C;
}
</style>