Shades of Scrub #3F4136
Tints of Scrub #3F4136
RGB
CMYK
RGB Variations
Color information
#3F4136 (or 0x3F4136) is known color: Scrub. HEX triplet: 3F, 41 and 36. RGB value is (63,65,54). Sum of RGB (Red+Green+Blue) = 63+65+54=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4136 is #C0BEC9. Grayscale: #3F3F3F. Windows color (decimal): -12631754 or 3555647. OLE color: 3555647.
HSL color Cylindrical-coordinate representation of color #3F4136: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4136 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 54 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.75 |
| HSL | 70.91º | 0.09% | 0.23% | - |
| HSV(B) | 70.91º | 0.17% | 0.25% | - |
| XYZ | 4.61 | 5.1 | 4.23 | - |
| YUV | 63.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 54 | 0.03 | 0 | 0.17 | 0.75 | 70.91 | 0.09 | 0.23 |
| Hex | 3F | 41 | 36 | 3 | 0 | 11 | 4B | 47 | 9 | 17 |
| Octal | 77 | 101 | 66 | 3 | 0 | 21 | 113 | 107 | 11 | 27 |
| Binary | 111111 | 1000001 | 110110 | 11 | 0 | 10001 | 1001011 | 1000111 | 1001 | 10111 |
Color Harmonies of #3F4136
Complementary color
Monochromatic Colors of #3F4136
Black with #3F4136
Text Example
Text Example
White with #3F4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4136; }
p { color: rgb(63,65,54); }
H1.HeaderClassName
{
color: #3F4136;
}
.AnyTagClassName
{
color: #3F4136;
}
</style>
background-color css
<style>
a { background-color: #3F4136; }
a { background-color: rgb(63,65,54); }
div.DivClassName
{
background-color: #3F4136;
}
.BgClassName
{
background-color: #3F4136;
}
</style>
border-color css
<style>
span { border-color: #3F4136; }
span { border-color: rgb(63,65,54); }
td.TdClassName
{
border-color: #3F4136;
}
.TagClassName
{
border-color: #3F4136;
}
</style>