Shades of Scrub #3F432D
Tints of Scrub #3F432D
RGB
CMYK
RGB Variations
Color information
#3F432D (or 0x3F432D) is known color: Scrub. HEX triplet: 3F, 43 and 2D. RGB value is (63,67,45). Sum of RGB (Red+Green+Blue) = 63+67+45=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3F432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F432D is #C0BCD2. Grayscale: #3F3F3F. Windows color (decimal): -12631251 or 2966335. OLE color: 2966335.
HSL color Cylindrical-coordinate representation of color #3F432D: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F432D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 45 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.74 |
| HSL | 70.91º | 0.2% | 0.22% | - |
| HSV(B) | 70.91º | 0.33% | 0.26% | - |
| XYZ | 4.53 | 5.26 | 3.26 | - |
| YUV | 63.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 45 | 0.06 | 0 | 0.33 | 0.74 | 70.91 | 0.2 | 0.22 |
| Hex | 3F | 43 | 2D | 6 | 0 | 21 | 4A | 47 | 14 | 16 |
| Octal | 77 | 103 | 55 | 6 | 0 | 41 | 112 | 107 | 24 | 26 |
| Binary | 111111 | 1000011 | 101101 | 110 | 0 | 100001 | 1001010 | 1000111 | 10100 | 10110 |
Color Harmonies of #3F432D
Complementary color
Monochromatic Colors of #3F432D
Black with #3F432D
Text Example
Text Example
White with #3F432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F432D; }
p { color: rgb(63,67,45); }
H1.HeaderClassName
{
color: #3F432D;
}
.AnyTagClassName
{
color: #3F432D;
}
</style>
background-color css
<style>
a { background-color: #3F432D; }
a { background-color: rgb(63,67,45); }
div.DivClassName
{
background-color: #3F432D;
}
.BgClassName
{
background-color: #3F432D;
}
</style>
border-color css
<style>
span { border-color: #3F432D; }
span { border-color: rgb(63,67,45); }
td.TdClassName
{
border-color: #3F432D;
}
.TagClassName
{
border-color: #3F432D;
}
</style>