Shades of Woodsmoke #253B34
Tints of Woodsmoke #253B34
RGB
CMYK
RGB Variations
Color information
#253B34 (or 0x253B34) is known color: Woodsmoke. HEX triplet: 25, 3B and 34. RGB value is (37,59,52). Sum of RGB (Red+Green+Blue) = 37+59+52=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #253B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B34 is #DAC4CB. Grayscale: #333333. Windows color (decimal): -14337228 or 3423013. OLE color: 3423013.
HSL color Cylindrical-coordinate representation of color #253B34: hue angle of 160.91º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B34 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 52 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.77 |
| HSL | 160.91º | 0.23% | 0.19% | - |
| HSV(B) | 160.91º | 0.37% | 0.23% | - |
| XYZ | 2.95 | 3.77 | 3.82 | - |
| YUV | 51.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 52 | 0.37 | 0 | 0.12 | 0.77 | 160.91 | 0.23 | 0.19 |
| Hex | 25 | 3B | 34 | 25 | 0 | C | 4D | A1 | 17 | 13 |
| Octal | 45 | 73 | 64 | 45 | 0 | 14 | 115 | 241 | 27 | 23 |
| Binary | 100101 | 111011 | 110100 | 100101 | 0 | 1100 | 1001101 | 10100001 | 10111 | 10011 |
Color Harmonies of #253B34
Complementary color
Monochromatic Colors of #253B34
Black with #253B34
Text Example
Text Example
White with #253B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B34; }
p { color: rgb(37,59,52); }
H1.HeaderClassName
{
color: #253B34;
}
.AnyTagClassName
{
color: #253B34;
}
</style>
background-color css
<style>
a { background-color: #253B34; }
a { background-color: rgb(37,59,52); }
div.DivClassName
{
background-color: #253B34;
}
.BgClassName
{
background-color: #253B34;
}
</style>
border-color css
<style>
span { border-color: #253B34; }
span { border-color: rgb(37,59,52); }
td.TdClassName
{
border-color: #253B34;
}
.TagClassName
{
border-color: #253B34;
}
</style>