Shades of Scrub #393A32
Tints of Scrub #393A32
RGB
CMYK
RGB Variations
Color information
#393A32 (or 0x393A32) is known color: Scrub. HEX triplet: 39, 3A and 32. RGB value is (57,58,50). Sum of RGB (Red+Green+Blue) = 57+58+50=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #393A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A32 is #C6C5CD. Grayscale: #383838. Windows color (decimal): -13026766 or 3291705. OLE color: 3291705.
HSL color Cylindrical-coordinate representation of color #393A32: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393A32 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 50 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.77 |
| HSL | 67.5º | 0.07% | 0.21% | - |
| HSV(B) | 67.5º | 0.14% | 0.23% | - |
| XYZ | 3.78 | 4.13 | 3.62 | - |
| YUV | 56.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 50 | 0.02 | 0 | 0.14 | 0.77 | 67.5 | 0.07 | 0.21 |
| Hex | 39 | 3A | 32 | 2 | 0 | E | 4D | 44 | 7 | 15 |
| Octal | 71 | 72 | 62 | 2 | 0 | 16 | 115 | 104 | 7 | 25 |
| Binary | 111001 | 111010 | 110010 | 10 | 0 | 1110 | 1001101 | 1000100 | 111 | 10101 |
Color Harmonies of #393A32
Complementary color
Monochromatic Colors of #393A32
Black with #393A32
Text Example
Text Example
White with #393A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A32; }
p { color: rgb(57,58,50); }
H1.HeaderClassName
{
color: #393A32;
}
.AnyTagClassName
{
color: #393A32;
}
</style>
background-color css
<style>
a { background-color: #393A32; }
a { background-color: rgb(57,58,50); }
div.DivClassName
{
background-color: #393A32;
}
.BgClassName
{
background-color: #393A32;
}
</style>
border-color css
<style>
span { border-color: #393A32; }
span { border-color: rgb(57,58,50); }
td.TdClassName
{
border-color: #393A32;
}
.TagClassName
{
border-color: #393A32;
}
</style>