Shades of Black Forest #252B23
Tints of Black Forest #252B23
RGB
CMYK
RGB Variations
Color information
#252B23 (or 0x252B23) is known color: Black Forest. HEX triplet: 25, 2B and 23. RGB value is (37,43,35). Sum of RGB (Red+Green+Blue) = 37+43+35=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 43 - color contains mainly: green. Hex color #252B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B23 is #DAD4DC. Grayscale: #282828. Windows color (decimal): -14341341 or 2304805. OLE color: 2304805.
HSL color Cylindrical-coordinate representation of color #252B23: hue angle of 105º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #252B23 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 43 | 35 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.83 |
| HSL | 105º | 0.1% | 0.15% | - |
| HSV(B) | 105º | 0.19% | 0.17% | - |
| XYZ | 1.93 | 2.24 | 1.92 | - |
| YUV | 40.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 35 | 0.14 | 0 | 0.19 | 0.83 | 105 | 0.1 | 0.15 |
| Hex | 25 | 2B | 23 | E | 0 | 13 | 53 | 69 | A | F |
| Octal | 45 | 53 | 43 | 16 | 0 | 23 | 123 | 151 | 12 | 17 |
| Binary | 100101 | 101011 | 100011 | 1110 | 0 | 10011 | 1010011 | 1101001 | 1010 | 1111 |
Color Harmonies of #252B23
Complementary color
Monochromatic Colors of #252B23
Black with #252B23
Text Example
Text Example
White with #252B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B23; }
p { color: rgb(37,43,35); }
H1.HeaderClassName
{
color: #252B23;
}
.AnyTagClassName
{
color: #252B23;
}
</style>
background-color css
<style>
a { background-color: #252B23; }
a { background-color: rgb(37,43,35); }
div.DivClassName
{
background-color: #252B23;
}
.BgClassName
{
background-color: #252B23;
}
</style>
border-color css
<style>
span { border-color: #252B23; }
span { border-color: rgb(37,43,35); }
td.TdClassName
{
border-color: #252B23;
}
.TagClassName
{
border-color: #252B23;
}
</style>