Shades of Scrub #3B3D2F
Tints of Scrub #3B3D2F
RGB
CMYK
RGB Variations
Color information
#3B3D2F (or 0x3B3D2F) is known color: Scrub. HEX triplet: 3B, 3D and 2F. RGB value is (59,61,47). Sum of RGB (Red+Green+Blue) = 59+61+47=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D2F is #C4C2D0. Grayscale: #3A3A3A. Windows color (decimal): -12894929 or 3095867. OLE color: 3095867.
HSL color Cylindrical-coordinate representation of color #3B3D2F: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B3D2F is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 61 | 47 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.76 |
| HSL | 68.57º | 0.13% | 0.21% | - |
| HSV(B) | 68.57º | 0.23% | 0.24% | - |
| XYZ | 3.99 | 4.47 | 3.34 | - |
| YUV | 58.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 47 | 0.03 | 0 | 0.23 | 0.76 | 68.57 | 0.13 | 0.21 |
| Hex | 3B | 3D | 2F | 3 | 0 | 17 | 4C | 45 | D | 15 |
| Octal | 73 | 75 | 57 | 3 | 0 | 27 | 114 | 105 | 15 | 25 |
| Binary | 111011 | 111101 | 101111 | 11 | 0 | 10111 | 1001100 | 1000101 | 1101 | 10101 |
Color Harmonies of #3B3D2F
Complementary color
Monochromatic Colors of #3B3D2F
Black with #3B3D2F
Text Example
Text Example
White with #3B3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D2F; }
p { color: rgb(59,61,47); }
H1.HeaderClassName
{
color: #3B3D2F;
}
.AnyTagClassName
{
color: #3B3D2F;
}
</style>
background-color css
<style>
a { background-color: #3B3D2F; }
a { background-color: rgb(59,61,47); }
div.DivClassName
{
background-color: #3B3D2F;
}
.BgClassName
{
background-color: #3B3D2F;
}
</style>
border-color css
<style>
span { border-color: #3B3D2F; }
span { border-color: rgb(59,61,47); }
td.TdClassName
{
border-color: #3B3D2F;
}
.TagClassName
{
border-color: #3B3D2F;
}
</style>