Shades of Black Forest #284013
Tints of Black Forest #284013
RGB
CMYK
RGB Variations
Color information
#284013 (or 0x284013) is known color: Black Forest. HEX triplet: 28, 40 and 13. RGB value is (40,64,19). Sum of RGB (Red+Green+Blue) = 40+64+19=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #284013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284013 is #D7BFEC. Grayscale: #333333. Windows color (decimal): -14139373 or 1261608. OLE color: 1261608.
HSL color Cylindrical-coordinate representation of color #284013: hue angle of 92º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284013 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 64 | 19 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.75 |
| HSL | 92º | 0.54% | 0.16% | - |
| HSV(B) | 92º | 0.7% | 0.25% | - |
| XYZ | 2.83 | 4.16 | 1.27 | - |
| YUV | 51.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 19 | 0.38 | 0 | 0.70 | 0.75 | 92 | 0.54 | 0.16 |
| Hex | 28 | 40 | 13 | 26 | 0 | 46 | 4B | 5C | 36 | 10 |
| Octal | 50 | 100 | 23 | 46 | 0 | 106 | 113 | 134 | 66 | 20 |
| Binary | 101000 | 1000000 | 10011 | 100110 | 0 | 1000110 | 1001011 | 1011100 | 110110 | 10000 |
Color Harmonies of #284013
Complementary color
Monochromatic Colors of #284013
Black with #284013
Text Example
Text Example
White with #284013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284013; }
p { color: rgb(40,64,19); }
H1.HeaderClassName
{
color: #284013;
}
.AnyTagClassName
{
color: #284013;
}
</style>
background-color css
<style>
a { background-color: #284013; }
a { background-color: rgb(40,64,19); }
div.DivClassName
{
background-color: #284013;
}
.BgClassName
{
background-color: #284013;
}
</style>
border-color css
<style>
span { border-color: #284013; }
span { border-color: rgb(40,64,19); }
td.TdClassName
{
border-color: #284013;
}
.TagClassName
{
border-color: #284013;
}
</style>