Shades of Black Forest #333531
Tints of Black Forest #333531
RGB
CMYK
RGB Variations
Color information
#333531 (or 0x333531) is known color: Black Forest. HEX triplet: 33, 35 and 31. RGB value is (51,53,49). Sum of RGB (Red+Green+Blue) = 51+53+49=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 53 - color contains mainly: green. Hex color #333531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333531 is #CCCACE. Grayscale: #333333. Windows color (decimal): -13421263 or 3224883. OLE color: 3224883.
HSL color Cylindrical-coordinate representation of color #333531: hue angle of 90º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #333531 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 53 | 49 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.79 |
| HSL | 90º | 0.04% | 0.2% | - |
| HSV(B) | 90º | 0.08% | 0.21% | - |
| XYZ | 3.19 | 3.47 | 3.41 | - |
| YUV | 51.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 49 | 0.04 | 0 | 0.08 | 0.79 | 90 | 0.04 | 0.2 |
| Hex | 33 | 35 | 31 | 4 | 0 | 8 | 4F | 5A | 4 | 14 |
| Octal | 63 | 65 | 61 | 4 | 0 | 10 | 117 | 132 | 4 | 24 |
| Binary | 110011 | 110101 | 110001 | 100 | 0 | 1000 | 1001111 | 1011010 | 100 | 10100 |
Color Harmonies of #333531
Complementary color
Monochromatic Colors of #333531
Black with #333531
Text Example
Text Example
White with #333531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333531; }
p { color: rgb(51,53,49); }
H1.HeaderClassName
{
color: #333531;
}
.AnyTagClassName
{
color: #333531;
}
</style>
background-color css
<style>
a { background-color: #333531; }
a { background-color: rgb(51,53,49); }
div.DivClassName
{
background-color: #333531;
}
.BgClassName
{
background-color: #333531;
}
</style>
border-color css
<style>
span { border-color: #333531; }
span { border-color: rgb(51,53,49); }
td.TdClassName
{
border-color: #333531;
}
.TagClassName
{
border-color: #333531;
}
</style>