Shades of Scrub #3F412C
Tints of Scrub #3F412C
RGB
CMYK
RGB Variations
Color information
#3F412C (or 0x3F412C) is known color: Scrub. HEX triplet: 3F, 41 and 2C. RGB value is (63,65,44). Sum of RGB (Red+Green+Blue) = 63+65+44=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #3F412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F412C is #C0BED3. Grayscale: #3E3E3E. Windows color (decimal): -12631764 or 2900287. OLE color: 2900287.
HSL color Cylindrical-coordinate representation of color #3F412C: hue angle of 65.71º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F412C is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 44 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.75 |
| HSL | 65.71º | 0.19% | 0.21% | - |
| HSV(B) | 65.71º | 0.32% | 0.25% | - |
| XYZ | 4.39 | 5.02 | 3.12 | - |
| YUV | 62.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 44 | 0.03 | 0 | 0.32 | 0.75 | 65.71 | 0.19 | 0.21 |
| Hex | 3F | 41 | 2C | 3 | 0 | 20 | 4B | 42 | 13 | 15 |
| Octal | 77 | 101 | 54 | 3 | 0 | 40 | 113 | 102 | 23 | 25 |
| Binary | 111111 | 1000001 | 101100 | 11 | 0 | 100000 | 1001011 | 1000010 | 10011 | 10101 |
Color Harmonies of #3F412C
Complementary color
Monochromatic Colors of #3F412C
Black with #3F412C
Text Example
Text Example
White with #3F412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F412C; }
p { color: rgb(63,65,44); }
H1.HeaderClassName
{
color: #3F412C;
}
.AnyTagClassName
{
color: #3F412C;
}
</style>
background-color css
<style>
a { background-color: #3F412C; }
a { background-color: rgb(63,65,44); }
div.DivClassName
{
background-color: #3F412C;
}
.BgClassName
{
background-color: #3F412C;
}
</style>
border-color css
<style>
span { border-color: #3F412C; }
span { border-color: rgb(63,65,44); }
td.TdClassName
{
border-color: #3F412C;
}
.TagClassName
{
border-color: #3F412C;
}
</style>