Shades of Mallard #33402A
Tints of Mallard #33402A
RGB
CMYK
RGB Variations
Color information
#33402A (or 0x33402A) is known color: Mallard. HEX triplet: 33, 40 and 2A. RGB value is (51,64,42). Sum of RGB (Red+Green+Blue) = 51+64+42=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #33402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33402A is #CCBFD5. Grayscale: #393939. Windows color (decimal): -13418454 or 2768947. OLE color: 2768947.
HSL color Cylindrical-coordinate representation of color #33402A: hue angle of 95.45º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33402A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 42 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.75 |
| HSL | 95.45º | 0.21% | 0.21% | - |
| HSV(B) | 95.45º | 0.34% | 0.25% | - |
| XYZ | 3.62 | 4.54 | 2.88 | - |
| YUV | 57.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 42 | 0.20 | 0 | 0.34 | 0.75 | 95.45 | 0.21 | 0.21 |
| Hex | 33 | 40 | 2A | 14 | 0 | 22 | 4B | 5F | 15 | 15 |
| Octal | 63 | 100 | 52 | 24 | 0 | 42 | 113 | 137 | 25 | 25 |
| Binary | 110011 | 1000000 | 101010 | 10100 | 0 | 100010 | 1001011 | 1011111 | 10101 | 10101 |
Color Harmonies of #33402A
Complementary color
Monochromatic Colors of #33402A
Black with #33402A
Text Example
Text Example
White with #33402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33402A; }
p { color: rgb(51,64,42); }
H1.HeaderClassName
{
color: #33402A;
}
.AnyTagClassName
{
color: #33402A;
}
</style>
background-color css
<style>
a { background-color: #33402A; }
a { background-color: rgb(51,64,42); }
div.DivClassName
{
background-color: #33402A;
}
.BgClassName
{
background-color: #33402A;
}
</style>
border-color css
<style>
span { border-color: #33402A; }
span { border-color: rgb(51,64,42); }
td.TdClassName
{
border-color: #33402A;
}
.TagClassName
{
border-color: #33402A;
}
</style>