Shades of Scrub #3F4132
Tints of Scrub #3F4132
RGB
CMYK
RGB Variations
Color information
#3F4132 (or 0x3F4132) is known color: Scrub. HEX triplet: 3F, 41 and 32. RGB value is (63,65,50). Sum of RGB (Red+Green+Blue) = 63+65+50=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4132 is #C0BECD. Grayscale: #3E3E3E. Windows color (decimal): -12631758 or 3293503. OLE color: 3293503.
HSL color Cylindrical-coordinate representation of color #3F4132: hue angle of 68º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4132 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 50 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.75 |
| HSL | 68º | 0.13% | 0.23% | - |
| HSV(B) | 68º | 0.23% | 0.25% | - |
| XYZ | 4.52 | 5.07 | 3.76 | - |
| YUV | 62.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 50 | 0.03 | 0 | 0.23 | 0.75 | 68 | 0.13 | 0.23 |
| Hex | 3F | 41 | 32 | 3 | 0 | 17 | 4B | 44 | D | 17 |
| Octal | 77 | 101 | 62 | 3 | 0 | 27 | 113 | 104 | 15 | 27 |
| Binary | 111111 | 1000001 | 110010 | 11 | 0 | 10111 | 1001011 | 1000100 | 1101 | 10111 |
Color Harmonies of #3F4132
Complementary color
Monochromatic Colors of #3F4132
Black with #3F4132
Text Example
Text Example
White with #3F4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4132; }
p { color: rgb(63,65,50); }
H1.HeaderClassName
{
color: #3F4132;
}
.AnyTagClassName
{
color: #3F4132;
}
</style>
background-color css
<style>
a { background-color: #3F4132; }
a { background-color: rgb(63,65,50); }
div.DivClassName
{
background-color: #3F4132;
}
.BgClassName
{
background-color: #3F4132;
}
</style>
border-color css
<style>
span { border-color: #3F4132; }
span { border-color: rgb(63,65,50); }
td.TdClassName
{
border-color: #3F4132;
}
.TagClassName
{
border-color: #3F4132;
}
</style>