Shades of Black Forest #25331F
Tints of Black Forest #25331F
RGB
CMYK
RGB Variations
Color information
#25331F (or 0x25331F) is known color: Black Forest. HEX triplet: 25, 33 and 1F. RGB value is (37,51,31). Sum of RGB (Red+Green+Blue) = 37+51+31=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #25331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25331F is #DACCE0. Grayscale: #2C2C2C. Windows color (decimal): -14339297 or 2044709. OLE color: 2044709.
HSL color Cylindrical-coordinate representation of color #25331F: hue angle of 102º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25331F is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 51 | 31 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.8 |
| HSL | 102º | 0.24% | 0.16% | - |
| HSV(B) | 102º | 0.39% | 0.2% | - |
| XYZ | 2.19 | 2.86 | 1.73 | - |
| YUV | 44.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 31 | 0.27 | 0 | 0.39 | 0.8 | 102 | 0.24 | 0.16 |
| Hex | 25 | 33 | 1F | 1B | 0 | 27 | 50 | 66 | 18 | 10 |
| Octal | 45 | 63 | 37 | 33 | 0 | 47 | 120 | 146 | 30 | 20 |
| Binary | 100101 | 110011 | 11111 | 11011 | 0 | 100111 | 1010000 | 1100110 | 11000 | 10000 |
Color Harmonies of #25331F
Complementary color
Monochromatic Colors of #25331F
Black with #25331F
Text Example
Text Example
White with #25331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25331F; }
p { color: rgb(37,51,31); }
H1.HeaderClassName
{
color: #25331F;
}
.AnyTagClassName
{
color: #25331F;
}
</style>
background-color css
<style>
a { background-color: #25331F; }
a { background-color: rgb(37,51,31); }
div.DivClassName
{
background-color: #25331F;
}
.BgClassName
{
background-color: #25331F;
}
</style>
border-color css
<style>
span { border-color: #25331F; }
span { border-color: rgb(37,51,31); }
td.TdClassName
{
border-color: #25331F;
}
.TagClassName
{
border-color: #25331F;
}
</style>