Shades of Scrub #3F4039
Tints of Scrub #3F4039
RGB
CMYK
RGB Variations
Color information
#3F4039 (or 0x3F4039) is known color: Scrub. HEX triplet: 3F, 40 and 39. RGB value is (63,64,57). Sum of RGB (Red+Green+Blue) = 63+64+57=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4039 is #C0BFC6. Grayscale: #3E3E3E. Windows color (decimal): -12632007 or 3751999. OLE color: 3751999.
HSL color Cylindrical-coordinate representation of color #3F4039: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4039 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 57 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.75 |
| HSL | 68.57º | 0.06% | 0.24% | - |
| HSV(B) | 68.57º | 0.11% | 0.25% | - |
| XYZ | 4.62 | 5.02 | 4.6 | - |
| YUV | 62.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 57 | 0.02 | 0 | 0.11 | 0.75 | 68.57 | 0.06 | 0.24 |
| Hex | 3F | 40 | 39 | 2 | 0 | B | 4B | 45 | 6 | 18 |
| Octal | 77 | 100 | 71 | 2 | 0 | 13 | 113 | 105 | 6 | 30 |
| Binary | 111111 | 1000000 | 111001 | 10 | 0 | 1011 | 1001011 | 1000101 | 110 | 11000 |
Color Harmonies of #3F4039
Complementary color
Monochromatic Colors of #3F4039
Black with #3F4039
Text Example
Text Example
White with #3F4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4039; }
p { color: rgb(63,64,57); }
H1.HeaderClassName
{
color: #3F4039;
}
.AnyTagClassName
{
color: #3F4039;
}
</style>
background-color css
<style>
a { background-color: #3F4039; }
a { background-color: rgb(63,64,57); }
div.DivClassName
{
background-color: #3F4039;
}
.BgClassName
{
background-color: #3F4039;
}
</style>
border-color css
<style>
span { border-color: #3F4039; }
span { border-color: rgb(63,64,57); }
td.TdClassName
{
border-color: #3F4039;
}
.TagClassName
{
border-color: #3F4039;
}
</style>