Shades of Scrub #3F412A
Tints of Scrub #3F412A
RGB
CMYK
RGB Variations
Color information
#3F412A (or 0x3F412A) is known color: Scrub. HEX triplet: 3F, 41 and 2A. RGB value is (63,65,42). Sum of RGB (Red+Green+Blue) = 63+65+42=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3F412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F412A is #C0BED5. Grayscale: #3D3D3D. Windows color (decimal): -12631766 or 2769215. OLE color: 2769215.
HSL color Cylindrical-coordinate representation of color #3F412A: hue angle of 65.22º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F412A is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 42 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.75 |
| HSL | 65.22º | 0.21% | 0.21% | - |
| HSV(B) | 65.22º | 0.35% | 0.25% | - |
| XYZ | 4.36 | 5 | 2.93 | - |
| YUV | 61.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 42 | 0.03 | 0 | 0.35 | 0.75 | 65.22 | 0.21 | 0.21 |
| Hex | 3F | 41 | 2A | 3 | 0 | 23 | 4B | 41 | 15 | 15 |
| Octal | 77 | 101 | 52 | 3 | 0 | 43 | 113 | 101 | 25 | 25 |
| Binary | 111111 | 1000001 | 101010 | 11 | 0 | 100011 | 1001011 | 1000001 | 10101 | 10101 |
Color Harmonies of #3F412A
Complementary color
Monochromatic Colors of #3F412A
Black with #3F412A
Text Example
Text Example
White with #3F412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F412A; }
p { color: rgb(63,65,42); }
H1.HeaderClassName
{
color: #3F412A;
}
.AnyTagClassName
{
color: #3F412A;
}
</style>
background-color css
<style>
a { background-color: #3F412A; }
a { background-color: rgb(63,65,42); }
div.DivClassName
{
background-color: #3F412A;
}
.BgClassName
{
background-color: #3F412A;
}
</style>
border-color css
<style>
span { border-color: #3F412A; }
span { border-color: rgb(63,65,42); }
td.TdClassName
{
border-color: #3F412A;
}
.TagClassName
{
border-color: #3F412A;
}
</style>