Shades of Scrub #3B3C35
Tints of Scrub #3B3C35
RGB
CMYK
RGB Variations
Color information
#3B3C35 (or 0x3B3C35) is known color: Scrub. HEX triplet: 3B, 3C and 35. RGB value is (59,60,53). Sum of RGB (Red+Green+Blue) = 59+60+53=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C35 is #C4C3CA. Grayscale: #3A3A3A. Windows color (decimal): -12895179 or 3488827. OLE color: 3488827.
HSL color Cylindrical-coordinate representation of color #3B3C35: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3C35 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 60 | 53 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.76 |
| HSL | 68.57º | 0.06% | 0.22% | - |
| HSV(B) | 68.57º | 0.12% | 0.24% | - |
| XYZ | 4.06 | 4.42 | 4.01 | - |
| YUV | 58.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 53 | 0.02 | 0 | 0.12 | 0.76 | 68.57 | 0.06 | 0.22 |
| Hex | 3B | 3C | 35 | 2 | 0 | C | 4C | 45 | 6 | 16 |
| Octal | 73 | 74 | 65 | 2 | 0 | 14 | 114 | 105 | 6 | 26 |
| Binary | 111011 | 111100 | 110101 | 10 | 0 | 1100 | 1001100 | 1000101 | 110 | 10110 |
Color Harmonies of #3B3C35
Complementary color
Monochromatic Colors of #3B3C35
Black with #3B3C35
Text Example
Text Example
White with #3B3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C35; }
p { color: rgb(59,60,53); }
H1.HeaderClassName
{
color: #3B3C35;
}
.AnyTagClassName
{
color: #3B3C35;
}
</style>
background-color css
<style>
a { background-color: #3B3C35; }
a { background-color: rgb(59,60,53); }
div.DivClassName
{
background-color: #3B3C35;
}
.BgClassName
{
background-color: #3B3C35;
}
</style>
border-color css
<style>
span { border-color: #3B3C35; }
span { border-color: rgb(59,60,53); }
td.TdClassName
{
border-color: #3B3C35;
}
.TagClassName
{
border-color: #3B3C35;
}
</style>