Shades of Scrub #3F432B
Tints of Scrub #3F432B
RGB
CMYK
RGB Variations
Color information
#3F432B (or 0x3F432B) is known color: Scrub. HEX triplet: 3F, 43 and 2B. RGB value is (63,67,43). Sum of RGB (Red+Green+Blue) = 63+67+43=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #3F432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F432B is #C0BCD4. Grayscale: #3F3F3F. Windows color (decimal): -12631253 or 2835263. OLE color: 2835263.
HSL color Cylindrical-coordinate representation of color #3F432B: hue angle of 70º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F432B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 43 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.74 |
| HSL | 70º | 0.22% | 0.22% | - |
| HSV(B) | 70º | 0.36% | 0.26% | - |
| XYZ | 4.49 | 5.25 | 3.06 | - |
| YUV | 63.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 43 | 0.06 | 0 | 0.36 | 0.74 | 70 | 0.22 | 0.22 |
| Hex | 3F | 43 | 2B | 6 | 0 | 24 | 4A | 46 | 16 | 16 |
| Octal | 77 | 103 | 53 | 6 | 0 | 44 | 112 | 106 | 26 | 26 |
| Binary | 111111 | 1000011 | 101011 | 110 | 0 | 100100 | 1001010 | 1000110 | 10110 | 10110 |
Color Harmonies of #3F432B
Complementary color
Monochromatic Colors of #3F432B
Black with #3F432B
Text Example
Text Example
White with #3F432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F432B; }
p { color: rgb(63,67,43); }
H1.HeaderClassName
{
color: #3F432B;
}
.AnyTagClassName
{
color: #3F432B;
}
</style>
background-color css
<style>
a { background-color: #3F432B; }
a { background-color: rgb(63,67,43); }
div.DivClassName
{
background-color: #3F432B;
}
.BgClassName
{
background-color: #3F432B;
}
</style>
border-color css
<style>
span { border-color: #3F432B; }
span { border-color: rgb(63,67,43); }
td.TdClassName
{
border-color: #3F432B;
}
.TagClassName
{
border-color: #3F432B;
}
</style>