Shades of Scrub #3E412B
Tints of Scrub #3E412B
RGB
CMYK
RGB Variations
Color information
#3E412B (or 0x3E412B) is known color: Scrub. HEX triplet: 3E, 41 and 2B. RGB value is (62,65,43). Sum of RGB (Red+Green+Blue) = 62+65+43=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3E412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E412B is #C1BED4. Grayscale: #3D3D3D. Windows color (decimal): -12697301 or 2834750. OLE color: 2834750.
HSL color Cylindrical-coordinate representation of color #3E412B: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E412B is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 43 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.75 |
| HSL | 68.18º | 0.2% | 0.21% | - |
| HSV(B) | 68.18º | 0.34% | 0.25% | - |
| XYZ | 4.31 | 4.98 | 3.02 | - |
| YUV | 61.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 43 | 0.05 | 0 | 0.34 | 0.75 | 68.18 | 0.2 | 0.21 |
| Hex | 3E | 41 | 2B | 5 | 0 | 22 | 4B | 44 | 14 | 15 |
| Octal | 76 | 101 | 53 | 5 | 0 | 42 | 113 | 104 | 24 | 25 |
| Binary | 111110 | 1000001 | 101011 | 101 | 0 | 100010 | 1001011 | 1000100 | 10100 | 10101 |
Color Harmonies of #3E412B
Complementary color
Monochromatic Colors of #3E412B
Black with #3E412B
Text Example
Text Example
White with #3E412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E412B; }
p { color: rgb(62,65,43); }
H1.HeaderClassName
{
color: #3E412B;
}
.AnyTagClassName
{
color: #3E412B;
}
</style>
background-color css
<style>
a { background-color: #3E412B; }
a { background-color: rgb(62,65,43); }
div.DivClassName
{
background-color: #3E412B;
}
.BgClassName
{
background-color: #3E412B;
}
</style>
border-color css
<style>
span { border-color: #3E412B; }
span { border-color: rgb(62,65,43); }
td.TdClassName
{
border-color: #3E412B;
}
.TagClassName
{
border-color: #3E412B;
}
</style>