Shades of Karaka #323222
Tints of Karaka #323222
RGB
CMYK
RGB Variations
Color information
#323222 (or 0x323222) is known color: Karaka. HEX triplet: 32, 32 and 22. RGB value is (50,50,34). Sum of RGB (Red+Green+Blue) = 50+50+34=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323222 is #CDCDDD. Grayscale: #303030. Windows color (decimal): -13487582 or 2241074. OLE color: 2241074.
HSL color Cylindrical-coordinate representation of color #323222: hue angle of 60º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323222 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 34 | - |
| CMYK | 0 | 0 | 0.32 | 0.80 |
| HSL | 60º | 0.19% | 0.16% | - |
| HSV(B) | 60º | 0.32% | 0.2% | - |
| XYZ | 2.74 | 3.07 | 1.96 | - |
| YUV | 48.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 34 | 0 | 0 | 0.32 | 0.80 | 60 | 0.19 | 0.16 |
| Hex | 32 | 32 | 22 | 0 | 0 | 20 | 50 | 3C | 13 | 10 |
| Octal | 62 | 62 | 42 | 0 | 0 | 40 | 120 | 74 | 23 | 20 |
| Binary | 110010 | 110010 | 100010 | 0 | 0 | 100000 | 1010000 | 111100 | 10011 | 10000 |
Color Harmonies of #323222
Complementary color
Monochromatic Colors of #323222
Black with #323222
Text Example
Text Example
White with #323222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323222; }
p { color: rgb(50,50,34); }
H1.HeaderClassName
{
color: #323222;
}
.AnyTagClassName
{
color: #323222;
}
</style>
background-color css
<style>
a { background-color: #323222; }
a { background-color: rgb(50,50,34); }
div.DivClassName
{
background-color: #323222;
}
.BgClassName
{
background-color: #323222;
}
</style>
border-color css
<style>
span { border-color: #323222; }
span { border-color: rgb(50,50,34); }
td.TdClassName
{
border-color: #323222;
}
.TagClassName
{
border-color: #323222;
}
</style>