Shades of Black Forest #333432
Tints of Black Forest #333432
RGB
CMYK
RGB Variations
Color information
#333432 (or 0x333432) is known color: Black Forest. HEX triplet: 33, 34 and 32. RGB value is (51,52,50). Sum of RGB (Red+Green+Blue) = 51+52+50=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 52 - color contains mainly: green. Hex color #333432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333432 is #CCCBCD. Grayscale: #333333. Windows color (decimal): -13421518 or 3290163. OLE color: 3290163.
HSL color Cylindrical-coordinate representation of color #333432: hue angle of 90º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #333432 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
RGB | 51 | 52 | 50 | - |
CMYK | 0.02 | 0 | 0.04 | 0.80 |
HSL | 90º | 0.02% | 0.2% | - |
HSV(B) | 90º | 0.04% | 0.2% | - |
XYZ | 3.17 | 3.39 | 3.5 | - |
YUV | 51.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 52 | 50 | 0.02 | 0 | 0.04 | 0.80 | 90 | 0.02 | 0.2 |
Hex | 33 | 34 | 32 | 2 | 0 | 4 | 50 | 5A | 2 | 14 |
Octal | 63 | 64 | 62 | 2 | 0 | 4 | 120 | 132 | 2 | 24 |
Binary | 110011 | 110100 | 110010 | 10 | 0 | 100 | 1010000 | 1011010 | 10 | 10100 |
Color Harmonies of #333432
Complementary color
Monochromatic Colors of #333432
Black with #333432
Text Example
Text Example
White with #333432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333432; }
p { color: rgb(51,52,50); }
H1.HeaderClassName
{
color: #333432;
}
.AnyTagClassName
{
color: #333432;
}
</style>
background-color css
<style>
a { background-color: #333432; }
a { background-color: rgb(51,52,50); }
div.DivClassName
{
background-color: #333432;
}
.BgClassName
{
background-color: #333432;
}
</style>
border-color css
<style>
span { border-color: #333432; }
span { border-color: rgb(51,52,50); }
td.TdClassName
{
border-color: #333432;
}
.TagClassName
{
border-color: #333432;
}
</style>