Shades of Black Forest #25351A
Tints of Black Forest #25351A
RGB
CMYK
RGB Variations
Color information
#25351A (or 0x25351A) is known color: Black Forest. HEX triplet: 25, 35 and 1A. RGB value is (37,53,26). Sum of RGB (Red+Green+Blue) = 37+53+26=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #25351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25351A is #DACAE5. Grayscale: #2D2D2D. Windows color (decimal): -14338790 or 1717541. OLE color: 1717541.
HSL color Cylindrical-coordinate representation of color #25351A: hue angle of 95.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25351A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 53 | 26 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.79 |
| HSL | 95.56º | 0.34% | 0.15% | - |
| HSV(B) | 95.56º | 0.51% | 0.21% | - |
| XYZ | 2.22 | 3.01 | 1.44 | - |
| YUV | 45.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 26 | 0.30 | 0 | 0.51 | 0.79 | 95.56 | 0.34 | 0.15 |
| Hex | 25 | 35 | 1A | 1E | 0 | 33 | 4F | 60 | 22 | F |
| Octal | 45 | 65 | 32 | 36 | 0 | 63 | 117 | 140 | 42 | 17 |
| Binary | 100101 | 110101 | 11010 | 11110 | 0 | 110011 | 1001111 | 1100000 | 100010 | 1111 |
Color Harmonies of #25351A
Complementary color
Monochromatic Colors of #25351A
Black with #25351A
Text Example
Text Example
White with #25351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25351A; }
p { color: rgb(37,53,26); }
H1.HeaderClassName
{
color: #25351A;
}
.AnyTagClassName
{
color: #25351A;
}
</style>
background-color css
<style>
a { background-color: #25351A; }
a { background-color: rgb(37,53,26); }
div.DivClassName
{
background-color: #25351A;
}
.BgClassName
{
background-color: #25351A;
}
</style>
border-color css
<style>
span { border-color: #25351A; }
span { border-color: rgb(37,53,26); }
td.TdClassName
{
border-color: #25351A;
}
.TagClassName
{
border-color: #25351A;
}
</style>