Shades of Black Forest #253A15
Tints of Black Forest #253A15
RGB
CMYK
RGB Variations
Color information
#253A15 (or 0x253A15) is known color: Black Forest. HEX triplet: 25, 3A and 15. RGB value is (37,58,21). Sum of RGB (Red+Green+Blue) = 37+58+21=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #253A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253A15 is #DAC5EA. Grayscale: #2F2F2F. Windows color (decimal): -14337515 or 1391141. OLE color: 1391141.
HSL color Cylindrical-coordinate representation of color #253A15: hue angle of 94.05º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253A15 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 58 | 21 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.77 |
| HSL | 94.05º | 0.47% | 0.15% | - |
| HSV(B) | 94.05º | 0.64% | 0.23% | - |
| XYZ | 2.41 | 3.47 | 1.25 | - |
| YUV | 47.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 21 | 0.36 | 0 | 0.64 | 0.77 | 94.05 | 0.47 | 0.15 |
| Hex | 25 | 3A | 15 | 24 | 0 | 40 | 4D | 5E | 2F | F |
| Octal | 45 | 72 | 25 | 44 | 0 | 100 | 115 | 136 | 57 | 17 |
| Binary | 100101 | 111010 | 10101 | 100100 | 0 | 1000000 | 1001101 | 1011110 | 101111 | 1111 |
Color Harmonies of #253A15
Complementary color
Monochromatic Colors of #253A15
Black with #253A15
Text Example
Text Example
White with #253A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A15; }
p { color: rgb(37,58,21); }
H1.HeaderClassName
{
color: #253A15;
}
.AnyTagClassName
{
color: #253A15;
}
</style>
background-color css
<style>
a { background-color: #253A15; }
a { background-color: rgb(37,58,21); }
div.DivClassName
{
background-color: #253A15;
}
.BgClassName
{
background-color: #253A15;
}
</style>
border-color css
<style>
span { border-color: #253A15; }
span { border-color: rgb(37,58,21); }
td.TdClassName
{
border-color: #253A15;
}
.TagClassName
{
border-color: #253A15;
}
</style>