Shades of Karaka #333214
Tints of Karaka #333214
RGB
CMYK
RGB Variations
Color information
#333214 (or 0x333214) is known color: Karaka. HEX triplet: 33, 32 and 14. RGB value is (51,50,20). Sum of RGB (Red+Green+Blue) = 51+50+20=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #333214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333214 is #CCCDEB. Grayscale: #2F2F2F. Windows color (decimal): -13422060 or 1323571. OLE color: 1323571.
HSL color Cylindrical-coordinate representation of color #333214: hue angle of 58.06º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333214 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 20 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.8 |
| HSL | 58.06º | 0.44% | 0.14% | - |
| HSV(B) | 58.06º | 0.61% | 0.2% | - |
| XYZ | 2.63 | 3.04 | 1.11 | - |
| YUV | 46.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 20 | 0 | 0.02 | 0.61 | 0.8 | 58.06 | 0.44 | 0.14 |
| Hex | 33 | 32 | 14 | 0 | 2 | 3D | 50 | 3A | 2C | E |
| Octal | 63 | 62 | 24 | 0 | 2 | 75 | 120 | 72 | 54 | 16 |
| Binary | 110011 | 110010 | 10100 | 0 | 10 | 111101 | 1010000 | 111010 | 101100 | 1110 |
Color Harmonies of #333214
Complementary color
Monochromatic Colors of #333214
Black with #333214
Text Example
Text Example
White with #333214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333214; }
p { color: rgb(51,50,20); }
H1.HeaderClassName
{
color: #333214;
}
.AnyTagClassName
{
color: #333214;
}
</style>
background-color css
<style>
a { background-color: #333214; }
a { background-color: rgb(51,50,20); }
div.DivClassName
{
background-color: #333214;
}
.BgClassName
{
background-color: #333214;
}
</style>
border-color css
<style>
span { border-color: #333214; }
span { border-color: rgb(51,50,20); }
td.TdClassName
{
border-color: #333214;
}
.TagClassName
{
border-color: #333214;
}
</style>