Shades of Scrub #3B3C36
Tints of Scrub #3B3C36
RGB
CMYK
RGB Variations
Color information
#3B3C36 (or 0x3B3C36) is known color: Scrub. HEX triplet: 3B, 3C and 36. RGB value is (59,60,54). Sum of RGB (Red+Green+Blue) = 59+60+54=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C36 is #C4C3C9. Grayscale: #3B3B3B. Windows color (decimal): -12895178 or 3554363. OLE color: 3554363.
HSL color Cylindrical-coordinate representation of color #3B3C36: hue angle of 70º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3C36 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 60 | 54 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.76 |
| HSL | 70º | 0.05% | 0.22% | - |
| HSV(B) | 70º | 0.1% | 0.24% | - |
| XYZ | 4.09 | 4.43 | 4.13 | - |
| YUV | 59.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 54 | 0.02 | 0 | 0.10 | 0.76 | 70 | 0.05 | 0.22 |
| Hex | 3B | 3C | 36 | 2 | 0 | A | 4C | 46 | 5 | 16 |
| Octal | 73 | 74 | 66 | 2 | 0 | 12 | 114 | 106 | 5 | 26 |
| Binary | 111011 | 111100 | 110110 | 10 | 0 | 1010 | 1001100 | 1000110 | 101 | 10110 |
Color Harmonies of #3B3C36
Complementary color
Monochromatic Colors of #3B3C36
Black with #3B3C36
Text Example
Text Example
White with #3B3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C36; }
p { color: rgb(59,60,54); }
H1.HeaderClassName
{
color: #3B3C36;
}
.AnyTagClassName
{
color: #3B3C36;
}
</style>
background-color css
<style>
a { background-color: #3B3C36; }
a { background-color: rgb(59,60,54); }
div.DivClassName
{
background-color: #3B3C36;
}
.BgClassName
{
background-color: #3B3C36;
}
</style>
border-color css
<style>
span { border-color: #3B3C36; }
span { border-color: rgb(59,60,54); }
td.TdClassName
{
border-color: #3B3C36;
}
.TagClassName
{
border-color: #3B3C36;
}
</style>