Shades of Scrub #3F4135
Tints of Scrub #3F4135
RGB
CMYK
RGB Variations
Color information
#3F4135 (or 0x3F4135) is known color: Scrub. HEX triplet: 3F, 41 and 35. RGB value is (63,65,53). Sum of RGB (Red+Green+Blue) = 63+65+53=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4135 is #C0BECA. Grayscale: #3F3F3F. Windows color (decimal): -12631755 or 3490111. OLE color: 3490111.
HSL color Cylindrical-coordinate representation of color #3F4135: hue angle of 70º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4135 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 53 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.75 |
| HSL | 70º | 0.1% | 0.23% | - |
| HSV(B) | 70º | 0.18% | 0.25% | - |
| XYZ | 4.58 | 5.09 | 4.11 | - |
| YUV | 63.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 53 | 0.03 | 0 | 0.18 | 0.75 | 70 | 0.1 | 0.23 |
| Hex | 3F | 41 | 35 | 3 | 0 | 12 | 4B | 46 | A | 17 |
| Octal | 77 | 101 | 65 | 3 | 0 | 22 | 113 | 106 | 12 | 27 |
| Binary | 111111 | 1000001 | 110101 | 11 | 0 | 10010 | 1001011 | 1000110 | 1010 | 10111 |
Color Harmonies of #3F4135
Complementary color
Monochromatic Colors of #3F4135
Black with #3F4135
Text Example
Text Example
White with #3F4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4135; }
p { color: rgb(63,65,53); }
H1.HeaderClassName
{
color: #3F4135;
}
.AnyTagClassName
{
color: #3F4135;
}
</style>
background-color css
<style>
a { background-color: #3F4135; }
a { background-color: rgb(63,65,53); }
div.DivClassName
{
background-color: #3F4135;
}
.BgClassName
{
background-color: #3F4135;
}
</style>
border-color css
<style>
span { border-color: #3F4135; }
span { border-color: rgb(63,65,53); }
td.TdClassName
{
border-color: #3F4135;
}
.TagClassName
{
border-color: #3F4135;
}
</style>