Shades of Scrub #3F4232
Tints of Scrub #3F4232
RGB
CMYK
RGB Variations
Color information
#3F4232 (or 0x3F4232) is known color: Scrub. HEX triplet: 3F, 42 and 32. RGB value is (63,66,50). Sum of RGB (Red+Green+Blue) = 63+66+50=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4232 is #C0BDCD. Grayscale: #3F3F3F. Windows color (decimal): -12631502 or 3293759. OLE color: 3293759.
HSL color Cylindrical-coordinate representation of color #3F4232: hue angle of 71.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F4232 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 50 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.74 |
| HSL | 71.25º | 0.14% | 0.23% | - |
| HSV(B) | 71.25º | 0.24% | 0.26% | - |
| XYZ | 4.57 | 5.18 | 3.78 | - |
| YUV | 63.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 50 | 0.05 | 0 | 0.24 | 0.74 | 71.25 | 0.14 | 0.23 |
| Hex | 3F | 42 | 32 | 5 | 0 | 18 | 4A | 47 | E | 17 |
| Octal | 77 | 102 | 62 | 5 | 0 | 30 | 112 | 107 | 16 | 27 |
| Binary | 111111 | 1000010 | 110010 | 101 | 0 | 11000 | 1001010 | 1000111 | 1110 | 10111 |
Color Harmonies of #3F4232
Complementary color
Monochromatic Colors of #3F4232
Black with #3F4232
Text Example
Text Example
White with #3F4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4232; }
p { color: rgb(63,66,50); }
H1.HeaderClassName
{
color: #3F4232;
}
.AnyTagClassName
{
color: #3F4232;
}
</style>
background-color css
<style>
a { background-color: #3F4232; }
a { background-color: rgb(63,66,50); }
div.DivClassName
{
background-color: #3F4232;
}
.BgClassName
{
background-color: #3F4232;
}
</style>
border-color css
<style>
span { border-color: #3F4232; }
span { border-color: rgb(63,66,50); }
td.TdClassName
{
border-color: #3F4232;
}
.TagClassName
{
border-color: #3F4232;
}
</style>