Shades of Black Forest #253D11
Tints of Black Forest #253D11
RGB
CMYK
RGB Variations
Color information
#253D11 (or 0x253D11) is known color: Black Forest. HEX triplet: 25, 3D and 11. RGB value is (37,61,17). Sum of RGB (Red+Green+Blue) = 37+61+17=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #253D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D11 is #DAC2EE. Grayscale: #303030. Windows color (decimal): -14336751 or 1129765. OLE color: 1129765.
HSL color Cylindrical-coordinate representation of color #253D11: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253D11 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 17 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.76 |
| HSL | 92.73º | 0.56% | 0.15% | - |
| HSV(B) | 92.73º | 0.72% | 0.24% | - |
| XYZ | 2.53 | 3.77 | 1.12 | - |
| YUV | 48.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 17 | 0.39 | 0 | 0.72 | 0.76 | 92.73 | 0.56 | 0.15 |
| Hex | 25 | 3D | 11 | 27 | 0 | 48 | 4C | 5D | 38 | F |
| Octal | 45 | 75 | 21 | 47 | 0 | 110 | 114 | 135 | 70 | 17 |
| Binary | 100101 | 111101 | 10001 | 100111 | 0 | 1001000 | 1001100 | 1011101 | 111000 | 1111 |
Color Harmonies of #253D11
Complementary color
Monochromatic Colors of #253D11
Black with #253D11
Text Example
Text Example
White with #253D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D11; }
p { color: rgb(37,61,17); }
H1.HeaderClassName
{
color: #253D11;
}
.AnyTagClassName
{
color: #253D11;
}
</style>
background-color css
<style>
a { background-color: #253D11; }
a { background-color: rgb(37,61,17); }
div.DivClassName
{
background-color: #253D11;
}
.BgClassName
{
background-color: #253D11;
}
</style>
border-color css
<style>
span { border-color: #253D11; }
span { border-color: rgb(37,61,17); }
td.TdClassName
{
border-color: #253D11;
}
.TagClassName
{
border-color: #253D11;
}
</style>