Shades of Onion #3F3C35
Tints of Onion #3F3C35
RGB
CMYK
RGB Variations
Color information
#3F3C35 (or 0x3F3C35) is known color: Onion. HEX triplet: 3F, 3C and 35. RGB value is (63,60,53). Sum of RGB (Red+Green+Blue) = 63+60+53=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C35 is #C0C3CA. Grayscale: #3C3C3C. Windows color (decimal): -12633035 or 3488831. OLE color: 3488831.
HSL color Cylindrical-coordinate representation of color #3F3C35: hue angle of 42º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F3C35 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 53 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.75 |
| HSL | 42º | 0.09% | 0.23% | - |
| HSV(B) | 42º | 0.16% | 0.25% | - |
| XYZ | 4.31 | 4.55 | 4.02 | - |
| YUV | 60.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 53 | 0 | 0.05 | 0.16 | 0.75 | 42 | 0.09 | 0.23 |
| Hex | 3F | 3C | 35 | 0 | 5 | 10 | 4B | 2A | 9 | 17 |
| Octal | 77 | 74 | 65 | 0 | 5 | 20 | 113 | 52 | 11 | 27 |
| Binary | 111111 | 111100 | 110101 | 0 | 101 | 10000 | 1001011 | 101010 | 1001 | 10111 |
Color Harmonies of #3F3C35
Complementary color
Monochromatic Colors of #3F3C35
Black with #3F3C35
Text Example
Text Example
White with #3F3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C35; }
p { color: rgb(63,60,53); }
H1.HeaderClassName
{
color: #3F3C35;
}
.AnyTagClassName
{
color: #3F3C35;
}
</style>
background-color css
<style>
a { background-color: #3F3C35; }
a { background-color: rgb(63,60,53); }
div.DivClassName
{
background-color: #3F3C35;
}
.BgClassName
{
background-color: #3F3C35;
}
</style>
border-color css
<style>
span { border-color: #3F3C35; }
span { border-color: rgb(63,60,53); }
td.TdClassName
{
border-color: #3F3C35;
}
.TagClassName
{
border-color: #3F3C35;
}
</style>