Shades of Scrub #3D4131
Tints of Scrub #3D4131
RGB
CMYK
RGB Variations
Color information
#3D4131 (or 0x3D4131) is known color: Scrub. HEX triplet: 3D, 41 and 31. RGB value is (61,65,49). Sum of RGB (Red+Green+Blue) = 61+65+49=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4131 is #C2BECE. Grayscale: #3E3E3E. Windows color (decimal): -12762831 or 3227965. OLE color: 3227965.
HSL color Cylindrical-coordinate representation of color #3D4131: hue angle of 75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4131 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 49 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.75 |
| HSL | 75º | 0.14% | 0.22% | - |
| HSV(B) | 75º | 0.25% | 0.25% | - |
| XYZ | 4.37 | 4.99 | 3.64 | - |
| YUV | 61.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 49 | 0.06 | 0 | 0.25 | 0.75 | 75 | 0.14 | 0.22 |
| Hex | 3D | 41 | 31 | 6 | 0 | 19 | 4B | 4B | E | 16 |
| Octal | 75 | 101 | 61 | 6 | 0 | 31 | 113 | 113 | 16 | 26 |
| Binary | 111101 | 1000001 | 110001 | 110 | 0 | 11001 | 1001011 | 1001011 | 1110 | 10110 |
Color Harmonies of #3D4131
Complementary color
Monochromatic Colors of #3D4131
Black with #3D4131
Text Example
Text Example
White with #3D4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4131; }
p { color: rgb(61,65,49); }
H1.HeaderClassName
{
color: #3D4131;
}
.AnyTagClassName
{
color: #3D4131;
}
</style>
background-color css
<style>
a { background-color: #3D4131; }
a { background-color: rgb(61,65,49); }
div.DivClassName
{
background-color: #3D4131;
}
.BgClassName
{
background-color: #3D4131;
}
</style>
border-color css
<style>
span { border-color: #3D4131; }
span { border-color: rgb(61,65,49); }
td.TdClassName
{
border-color: #3D4131;
}
.TagClassName
{
border-color: #3D4131;
}
</style>