Shades of Karaka #333221
Tints of Karaka #333221
RGB
CMYK
RGB Variations
Color information
#333221 (or 0x333221) is known color: Karaka. HEX triplet: 33, 32 and 21. RGB value is (51,50,33). Sum of RGB (Red+Green+Blue) = 51+50+33=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #333221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333221 is #CCCDDE. Grayscale: #303030. Windows color (decimal): -13422047 or 2175539. OLE color: 2175539.
HSL color Cylindrical-coordinate representation of color #333221: hue angle of 56.67º 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 #333221 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 33 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.8 |
| HSL | 56.67º | 0.21% | 0.16% | - |
| HSV(B) | 56.67º | 0.35% | 0.2% | - |
| XYZ | 2.78 | 3.09 | 1.89 | - |
| YUV | 48.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 33 | 0 | 0.02 | 0.35 | 0.8 | 56.67 | 0.21 | 0.16 |
| Hex | 33 | 32 | 21 | 0 | 2 | 23 | 50 | 39 | 15 | 10 |
| Octal | 63 | 62 | 41 | 0 | 2 | 43 | 120 | 71 | 25 | 20 |
| Binary | 110011 | 110010 | 100001 | 0 | 10 | 100011 | 1010000 | 111001 | 10101 | 10000 |
Color Harmonies of #333221
Complementary color
Monochromatic Colors of #333221
Black with #333221
Text Example
Text Example
White with #333221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333221; }
p { color: rgb(51,50,33); }
H1.HeaderClassName
{
color: #333221;
}
.AnyTagClassName
{
color: #333221;
}
</style>
background-color css
<style>
a { background-color: #333221; }
a { background-color: rgb(51,50,33); }
div.DivClassName
{
background-color: #333221;
}
.BgClassName
{
background-color: #333221;
}
</style>
border-color css
<style>
span { border-color: #333221; }
span { border-color: rgb(51,50,33); }
td.TdClassName
{
border-color: #333221;
}
.TagClassName
{
border-color: #333221;
}
</style>