Shades of Onion #42403B
Tints of Onion #42403B
RGB
CMYK
RGB Variations
Color information
#42403B (or 0x42403B) is known color: Onion. HEX triplet: 42, 40 and 3B. RGB value is (66,64,59). Sum of RGB (Red+Green+Blue) = 66+64+59=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 66 - color contains mainly: red. Hex color #42403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42403B is #BDBFC4. Grayscale: #404040. Windows color (decimal): -12435397 or 3883074. OLE color: 3883074.
HSL color Cylindrical-coordinate representation of color #42403B: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #42403B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 59 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.74 |
| HSL | 42.86º | 0.06% | 0.25% | - |
| HSV(B) | 42.86º | 0.11% | 0.26% | - |
| XYZ | 4.87 | 5.14 | 4.87 | - |
| YUV | 64.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 59 | 0 | 0.03 | 0.11 | 0.74 | 42.86 | 0.06 | 0.25 |
| Hex | 42 | 40 | 3B | 0 | 3 | B | 4A | 2B | 6 | 19 |
| Octal | 102 | 100 | 73 | 0 | 3 | 13 | 112 | 53 | 6 | 31 |
| Binary | 1000010 | 1000000 | 111011 | 0 | 11 | 1011 | 1001010 | 101011 | 110 | 11001 |
Color Harmonies of #42403B
Complementary color
Monochromatic Colors of #42403B
Black with #42403B
Text Example
Text Example
White with #42403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42403B; }
p { color: rgb(66,64,59); }
H1.HeaderClassName
{
color: #42403B;
}
.AnyTagClassName
{
color: #42403B;
}
</style>
background-color css
<style>
a { background-color: #42403B; }
a { background-color: rgb(66,64,59); }
div.DivClassName
{
background-color: #42403B;
}
.BgClassName
{
background-color: #42403B;
}
</style>
border-color css
<style>
span { border-color: #42403B; }
span { border-color: rgb(66,64,59); }
td.TdClassName
{
border-color: #42403B;
}
.TagClassName
{
border-color: #42403B;
}
</style>