Shades of Scrub #3F412B
Tints of Scrub #3F412B
RGB
CMYK
RGB Variations
Color information
#3F412B (or 0x3F412B) is known color: Scrub. HEX triplet: 3F, 41 and 2B. RGB value is (63,65,43). Sum of RGB (Red+Green+Blue) = 63+65+43=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #3F412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F412B is #C0BED4. Grayscale: #3D3D3D. Windows color (decimal): -12631765 or 2834751. OLE color: 2834751.
HSL color Cylindrical-coordinate representation of color #3F412B: hue angle of 65.45º 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 #3F412B is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 43 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.75 |
| HSL | 65.45º | 0.2% | 0.21% | - |
| HSV(B) | 65.45º | 0.34% | 0.25% | - |
| XYZ | 4.38 | 5.01 | 3.02 | - |
| YUV | 61.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 43 | 0.03 | 0 | 0.34 | 0.75 | 65.45 | 0.2 | 0.21 |
| Hex | 3F | 41 | 2B | 3 | 0 | 22 | 4B | 41 | 14 | 15 |
| Octal | 77 | 101 | 53 | 3 | 0 | 42 | 113 | 101 | 24 | 25 |
| Binary | 111111 | 1000001 | 101011 | 11 | 0 | 100010 | 1001011 | 1000001 | 10100 | 10101 |
Color Harmonies of #3F412B
Complementary color
Monochromatic Colors of #3F412B
Black with #3F412B
Text Example
Text Example
White with #3F412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F412B; }
p { color: rgb(63,65,43); }
H1.HeaderClassName
{
color: #3F412B;
}
.AnyTagClassName
{
color: #3F412B;
}
</style>
background-color css
<style>
a { background-color: #3F412B; }
a { background-color: rgb(63,65,43); }
div.DivClassName
{
background-color: #3F412B;
}
.BgClassName
{
background-color: #3F412B;
}
</style>
border-color css
<style>
span { border-color: #3F412B; }
span { border-color: rgb(63,65,43); }
td.TdClassName
{
border-color: #3F412B;
}
.TagClassName
{
border-color: #3F412B;
}
</style>