Shades of Scrub #3F4330
Tints of Scrub #3F4330
RGB
CMYK
RGB Variations
Color information
#3F4330 (or 0x3F4330) is known color: Scrub. HEX triplet: 3F, 43 and 30. RGB value is (63,67,48). Sum of RGB (Red+Green+Blue) = 63+67+48=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4330 is #C0BCCF. Grayscale: #3F3F3F. Windows color (decimal): -12631248 or 3162943. OLE color: 3162943.
HSL color Cylindrical-coordinate representation of color #3F4330: hue angle of 72.63º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4330 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 48 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.74 |
| HSL | 72.63º | 0.17% | 0.23% | - |
| HSV(B) | 72.63º | 0.28% | 0.26% | - |
| XYZ | 4.59 | 5.28 | 3.57 | - |
| YUV | 63.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 48 | 0.06 | 0 | 0.28 | 0.74 | 72.63 | 0.17 | 0.23 |
| Hex | 3F | 43 | 30 | 6 | 0 | 1C | 4A | 49 | 11 | 17 |
| Octal | 77 | 103 | 60 | 6 | 0 | 34 | 112 | 111 | 21 | 27 |
| Binary | 111111 | 1000011 | 110000 | 110 | 0 | 11100 | 1001010 | 1001001 | 10001 | 10111 |
Color Harmonies of #3F4330
Complementary color
Monochromatic Colors of #3F4330
Black with #3F4330
Text Example
Text Example
White with #3F4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4330; }
p { color: rgb(63,67,48); }
H1.HeaderClassName
{
color: #3F4330;
}
.AnyTagClassName
{
color: #3F4330;
}
</style>
background-color css
<style>
a { background-color: #3F4330; }
a { background-color: rgb(63,67,48); }
div.DivClassName
{
background-color: #3F4330;
}
.BgClassName
{
background-color: #3F4330;
}
</style>
border-color css
<style>
span { border-color: #3F4330; }
span { border-color: rgb(63,67,48); }
td.TdClassName
{
border-color: #3F4330;
}
.TagClassName
{
border-color: #3F4330;
}
</style>