Shades of Karaka #333216
Tints of Karaka #333216
RGB
CMYK
RGB Variations
Color information
#333216 (or 0x333216) is known color: Karaka. HEX triplet: 33, 32 and 16. RGB value is (51,50,22). Sum of RGB (Red+Green+Blue) = 51+50+22=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #333216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333216 is #CCCDE9. Grayscale: #2F2F2F. Windows color (decimal): -13422058 or 1454643. OLE color: 1454643.
HSL color Cylindrical-coordinate representation of color #333216: hue angle of 57.93º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333216 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 22 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.8 |
| HSL | 57.93º | 0.4% | 0.14% | - |
| HSV(B) | 57.93º | 0.57% | 0.2% | - |
| XYZ | 2.65 | 3.04 | 1.21 | - |
| YUV | 47.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 22 | 0 | 0.02 | 0.57 | 0.8 | 57.93 | 0.4 | 0.14 |
| Hex | 33 | 32 | 16 | 0 | 2 | 39 | 50 | 3A | 28 | E |
| Octal | 63 | 62 | 26 | 0 | 2 | 71 | 120 | 72 | 50 | 16 |
| Binary | 110011 | 110010 | 10110 | 0 | 10 | 111001 | 1010000 | 111010 | 101000 | 1110 |
Color Harmonies of #333216
Complementary color
Monochromatic Colors of #333216
Black with #333216
Text Example
Text Example
White with #333216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333216; }
p { color: rgb(51,50,22); }
H1.HeaderClassName
{
color: #333216;
}
.AnyTagClassName
{
color: #333216;
}
</style>
background-color css
<style>
a { background-color: #333216; }
a { background-color: rgb(51,50,22); }
div.DivClassName
{
background-color: #333216;
}
.BgClassName
{
background-color: #333216;
}
</style>
border-color css
<style>
span { border-color: #333216; }
span { border-color: rgb(51,50,22); }
td.TdClassName
{
border-color: #333216;
}
.TagClassName
{
border-color: #333216;
}
</style>