Shades of Holly #23392B
Tints of Holly #23392B
RGB
CMYK
RGB Variations
Color information
#23392B (or 0x23392B) is known color: Holly. HEX triplet: 23, 39 and 2B. RGB value is (35,57,43). Sum of RGB (Red+Green+Blue) = 35+57+43=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #23392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23392B is #DCC6D4. Grayscale: #303030. Windows color (decimal): -14468821 or 2832675. OLE color: 2832675.
HSL color Cylindrical-coordinate representation of color #23392B: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #23392B is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 57 | 43 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.78 |
| HSL | 141.82º | 0.24% | 0.18% | - |
| HSV(B) | 141.82º | 0.39% | 0.22% | - |
| XYZ | 2.59 | 3.46 | 2.82 | - |
| YUV | 48.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 43 | 0.39 | 0 | 0.25 | 0.78 | 141.82 | 0.24 | 0.18 |
| Hex | 23 | 39 | 2B | 27 | 0 | 19 | 4E | 8E | 18 | 12 |
| Octal | 43 | 71 | 53 | 47 | 0 | 31 | 116 | 216 | 30 | 22 |
| Binary | 100011 | 111001 | 101011 | 100111 | 0 | 11001 | 1001110 | 10001110 | 11000 | 10010 |
Color Harmonies of #23392B
Complementary color
Monochromatic Colors of #23392B
Black with #23392B
Text Example
Text Example
White with #23392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23392B; }
p { color: rgb(35,57,43); }
H1.HeaderClassName
{
color: #23392B;
}
.AnyTagClassName
{
color: #23392B;
}
</style>
background-color css
<style>
a { background-color: #23392B; }
a { background-color: rgb(35,57,43); }
div.DivClassName
{
background-color: #23392B;
}
.BgClassName
{
background-color: #23392B;
}
</style>
border-color css
<style>
span { border-color: #23392B; }
span { border-color: rgb(35,57,43); }
td.TdClassName
{
border-color: #23392B;
}
.TagClassName
{
border-color: #23392B;
}
</style>