Shades of Holly #26382C
Tints of Holly #26382C
RGB
CMYK
RGB Variations
Color information
#26382C (or 0x26382C) is known color: Holly. HEX triplet: 26, 38 and 2C. RGB value is (38,56,44). Sum of RGB (Red+Green+Blue) = 38+56+44=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #26382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26382C is #D9C7D3. Grayscale: #313131. Windows color (decimal): -14272468 or 2897958. OLE color: 2897958.
HSL color Cylindrical-coordinate representation of color #26382C: hue angle of 140º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #26382C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 44 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.78 |
| HSL | 140º | 0.19% | 0.18% | - |
| HSV(B) | 140º | 0.32% | 0.22% | - |
| XYZ | 2.67 | 3.42 | 2.9 | - |
| YUV | 49.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 44 | 0.32 | 0 | 0.21 | 0.78 | 140 | 0.19 | 0.18 |
| Hex | 26 | 38 | 2C | 20 | 0 | 15 | 4E | 8C | 13 | 12 |
| Octal | 46 | 70 | 54 | 40 | 0 | 25 | 116 | 214 | 23 | 22 |
| Binary | 100110 | 111000 | 101100 | 100000 | 0 | 10101 | 1001110 | 10001100 | 10011 | 10010 |
Color Harmonies of #26382C
Complementary color
Monochromatic Colors of #26382C
Black with #26382C
Text Example
Text Example
White with #26382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26382C; }
p { color: rgb(38,56,44); }
H1.HeaderClassName
{
color: #26382C;
}
.AnyTagClassName
{
color: #26382C;
}
</style>
background-color css
<style>
a { background-color: #26382C; }
a { background-color: rgb(38,56,44); }
div.DivClassName
{
background-color: #26382C;
}
.BgClassName
{
background-color: #26382C;
}
</style>
border-color css
<style>
span { border-color: #26382C; }
span { border-color: rgb(38,56,44); }
td.TdClassName
{
border-color: #26382C;
}
.TagClassName
{
border-color: #26382C;
}
</style>