Shades of Scrub #3F4431
Tints of Scrub #3F4431
RGB
CMYK
RGB Variations
Color information
#3F4431 (or 0x3F4431) is known color: Scrub. HEX triplet: 3F, 44 and 31. RGB value is (63,68,49). Sum of RGB (Red+Green+Blue) = 63+68+49=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4431 is #C0BBCE. Grayscale: #404040. Windows color (decimal): -12630991 or 3228735. OLE color: 3228735.
HSL color Cylindrical-coordinate representation of color #3F4431: hue angle of 75.79º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4431 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 49 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.73 |
| HSL | 75.79º | 0.16% | 0.23% | - |
| HSV(B) | 75.79º | 0.28% | 0.27% | - |
| XYZ | 4.67 | 5.41 | 3.7 | - |
| YUV | 64.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 49 | 0.07 | 0 | 0.28 | 0.73 | 75.79 | 0.16 | 0.23 |
| Hex | 3F | 44 | 31 | 7 | 0 | 1C | 49 | 4C | 10 | 17 |
| Octal | 77 | 104 | 61 | 7 | 0 | 34 | 111 | 114 | 20 | 27 |
| Binary | 111111 | 1000100 | 110001 | 111 | 0 | 11100 | 1001001 | 1001100 | 10000 | 10111 |
Color Harmonies of #3F4431
Complementary color
Monochromatic Colors of #3F4431
Black with #3F4431
Text Example
Text Example
White with #3F4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4431; }
p { color: rgb(63,68,49); }
H1.HeaderClassName
{
color: #3F4431;
}
.AnyTagClassName
{
color: #3F4431;
}
</style>
background-color css
<style>
a { background-color: #3F4431; }
a { background-color: rgb(63,68,49); }
div.DivClassName
{
background-color: #3F4431;
}
.BgClassName
{
background-color: #3F4431;
}
</style>
border-color css
<style>
span { border-color: #3F4431; }
span { border-color: rgb(63,68,49); }
td.TdClassName
{
border-color: #3F4431;
}
.TagClassName
{
border-color: #3F4431;
}
</style>