Shades of Holly #26312B
Tints of Holly #26312B
RGB
CMYK
RGB Variations
Color information
#26312B (or 0x26312B) is known color: Holly. HEX triplet: 26, 31 and 2B. RGB value is (38,49,43). Sum of RGB (Red+Green+Blue) = 38+49+43=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #26312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26312B is #D9CED4. Grayscale: #2D2D2D. Windows color (decimal): -14274261 or 2830630. OLE color: 2830630.
HSL color Cylindrical-coordinate representation of color #26312B: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #26312B is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 43 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.81 |
| HSL | 147.27º | 0.13% | 0.17% | - |
| HSV(B) | 147.27º | 0.22% | 0.19% | - |
| XYZ | 2.33 | 2.78 | 2.7 | - |
| YUV | 45.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 43 | 0.22 | 0 | 0.12 | 0.81 | 147.27 | 0.13 | 0.17 |
| Hex | 26 | 31 | 2B | 16 | 0 | C | 51 | 93 | D | 11 |
| Octal | 46 | 61 | 53 | 26 | 0 | 14 | 121 | 223 | 15 | 21 |
| Binary | 100110 | 110001 | 101011 | 10110 | 0 | 1100 | 1010001 | 10010011 | 1101 | 10001 |
Color Harmonies of #26312B
Complementary color
Monochromatic Colors of #26312B
Black with #26312B
Text Example
Text Example
White with #26312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26312B; }
p { color: rgb(38,49,43); }
H1.HeaderClassName
{
color: #26312B;
}
.AnyTagClassName
{
color: #26312B;
}
</style>
background-color css
<style>
a { background-color: #26312B; }
a { background-color: rgb(38,49,43); }
div.DivClassName
{
background-color: #26312B;
}
.BgClassName
{
background-color: #26312B;
}
</style>
border-color css
<style>
span { border-color: #26312B; }
span { border-color: rgb(38,49,43); }
td.TdClassName
{
border-color: #26312B;
}
.TagClassName
{
border-color: #26312B;
}
</style>