Shades of Scrub #3F4033
Tints of Scrub #3F4033
RGB
CMYK
RGB Variations
Color information
#3F4033 (or 0x3F4033) is known color: Scrub. HEX triplet: 3F, 40 and 33. RGB value is (63,64,51). Sum of RGB (Red+Green+Blue) = 63+64+51=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4033 is #C0BFCC. Grayscale: #3E3E3E. Windows color (decimal): -12632013 or 3358783. OLE color: 3358783.
HSL color Cylindrical-coordinate representation of color #3F4033: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4033 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 51 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.75 |
| HSL | 64.62º | 0.11% | 0.23% | - |
| HSV(B) | 64.62º | 0.2% | 0.25% | - |
| XYZ | 4.48 | 4.96 | 3.85 | - |
| YUV | 62.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 51 | 0.02 | 0 | 0.20 | 0.75 | 64.62 | 0.11 | 0.23 |
| Hex | 3F | 40 | 33 | 2 | 0 | 14 | 4B | 41 | B | 17 |
| Octal | 77 | 100 | 63 | 2 | 0 | 24 | 113 | 101 | 13 | 27 |
| Binary | 111111 | 1000000 | 110011 | 10 | 0 | 10100 | 1001011 | 1000001 | 1011 | 10111 |
Color Harmonies of #3F4033
Complementary color
Monochromatic Colors of #3F4033
Black with #3F4033
Text Example
Text Example
White with #3F4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4033; }
p { color: rgb(63,64,51); }
H1.HeaderClassName
{
color: #3F4033;
}
.AnyTagClassName
{
color: #3F4033;
}
</style>
background-color css
<style>
a { background-color: #3F4033; }
a { background-color: rgb(63,64,51); }
div.DivClassName
{
background-color: #3F4033;
}
.BgClassName
{
background-color: #3F4033;
}
</style>
border-color css
<style>
span { border-color: #3F4033; }
span { border-color: rgb(63,64,51); }
td.TdClassName
{
border-color: #3F4033;
}
.TagClassName
{
border-color: #3F4033;
}
</style>