Shades of Karaka #323321
Tints of Karaka #323321
RGB
CMYK
RGB Variations
Color information
#323321 (or 0x323321) is known color: Karaka. HEX triplet: 32, 33 and 21. RGB value is (50,51,33). Sum of RGB (Red+Green+Blue) = 50+51+33=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #323321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323321 is #CDCCDE. Grayscale: #303030. Windows color (decimal): -13487327 or 2175794. OLE color: 2175794.
HSL color Cylindrical-coordinate representation of color #323321: hue angle of 63.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #323321 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 33 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.8 |
| HSL | 63.33º | 0.21% | 0.16% | - |
| HSV(B) | 63.33º | 0.35% | 0.2% | - |
| XYZ | 2.77 | 3.16 | 1.9 | - |
| YUV | 48.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 33 | 0.02 | 0 | 0.35 | 0.8 | 63.33 | 0.21 | 0.16 |
| Hex | 32 | 33 | 21 | 2 | 0 | 23 | 50 | 3F | 15 | 10 |
| Octal | 62 | 63 | 41 | 2 | 0 | 43 | 120 | 77 | 25 | 20 |
| Binary | 110010 | 110011 | 100001 | 10 | 0 | 100011 | 1010000 | 111111 | 10101 | 10000 |
Color Harmonies of #323321
Complementary color
Monochromatic Colors of #323321
Black with #323321
Text Example
Text Example
White with #323321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323321; }
p { color: rgb(50,51,33); }
H1.HeaderClassName
{
color: #323321;
}
.AnyTagClassName
{
color: #323321;
}
</style>
background-color css
<style>
a { background-color: #323321; }
a { background-color: rgb(50,51,33); }
div.DivClassName
{
background-color: #323321;
}
.BgClassName
{
background-color: #323321;
}
</style>
border-color css
<style>
span { border-color: #323321; }
span { border-color: rgb(50,51,33); }
td.TdClassName
{
border-color: #323321;
}
.TagClassName
{
border-color: #323321;
}
</style>