Shades of Black Forest #253C19
Tints of Black Forest #253C19
RGB
CMYK
RGB Variations
Color information
#253C19 (or 0x253C19) is known color: Black Forest. HEX triplet: 25, 3C and 19. RGB value is (37,60,25). Sum of RGB (Red+Green+Blue) = 37+60+25=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #253C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253C19 is #DAC3E6. Grayscale: #313131. Windows color (decimal): -14336999 or 1653797. OLE color: 1653797.
HSL color Cylindrical-coordinate representation of color #253C19: hue angle of 99.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253C19 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 25 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.76 |
| HSL | 99.43º | 0.41% | 0.17% | - |
| HSV(B) | 99.43º | 0.58% | 0.24% | - |
| XYZ | 2.55 | 3.7 | 1.5 | - |
| YUV | 49.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 25 | 0.38 | 0 | 0.58 | 0.76 | 99.43 | 0.41 | 0.17 |
| Hex | 25 | 3C | 19 | 26 | 0 | 3A | 4C | 63 | 29 | 11 |
| Octal | 45 | 74 | 31 | 46 | 0 | 72 | 114 | 143 | 51 | 21 |
| Binary | 100101 | 111100 | 11001 | 100110 | 0 | 111010 | 1001100 | 1100011 | 101001 | 10001 |
Color Harmonies of #253C19
Complementary color
Monochromatic Colors of #253C19
Black with #253C19
Text Example
Text Example
White with #253C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C19; }
p { color: rgb(37,60,25); }
H1.HeaderClassName
{
color: #253C19;
}
.AnyTagClassName
{
color: #253C19;
}
</style>
background-color css
<style>
a { background-color: #253C19; }
a { background-color: rgb(37,60,25); }
div.DivClassName
{
background-color: #253C19;
}
.BgClassName
{
background-color: #253C19;
}
</style>
border-color css
<style>
span { border-color: #253C19; }
span { border-color: rgb(37,60,25); }
td.TdClassName
{
border-color: #253C19;
}
.TagClassName
{
border-color: #253C19;
}
</style>