Shades of Karaka #333218
Tints of Karaka #333218
RGB
CMYK
RGB Variations
Color information
#333218 (or 0x333218) is known color: Karaka. HEX triplet: 33, 32 and 18. RGB value is (51,50,24). Sum of RGB (Red+Green+Blue) = 51+50+24=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #333218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333218 is #CCCDE7. Grayscale: #2F2F2F. Windows color (decimal): -13422056 or 1585715. OLE color: 1585715.
HSL color Cylindrical-coordinate representation of color #333218: hue angle of 57.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333218 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 24 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.8 |
| HSL | 57.78º | 0.36% | 0.15% | - |
| HSV(B) | 57.78º | 0.53% | 0.2% | - |
| XYZ | 2.67 | 3.05 | 1.31 | - |
| YUV | 47.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 24 | 0 | 0.02 | 0.53 | 0.8 | 57.78 | 0.36 | 0.15 |
| Hex | 33 | 32 | 18 | 0 | 2 | 35 | 50 | 3A | 24 | F |
| Octal | 63 | 62 | 30 | 0 | 2 | 65 | 120 | 72 | 44 | 17 |
| Binary | 110011 | 110010 | 11000 | 0 | 10 | 110101 | 1010000 | 111010 | 100100 | 1111 |
Color Harmonies of #333218
Complementary color
Monochromatic Colors of #333218
Black with #333218
Text Example
Text Example
White with #333218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333218; }
p { color: rgb(51,50,24); }
H1.HeaderClassName
{
color: #333218;
}
.AnyTagClassName
{
color: #333218;
}
</style>
background-color css
<style>
a { background-color: #333218; }
a { background-color: rgb(51,50,24); }
div.DivClassName
{
background-color: #333218;
}
.BgClassName
{
background-color: #333218;
}
</style>
border-color css
<style>
span { border-color: #333218; }
span { border-color: rgb(51,50,24); }
td.TdClassName
{
border-color: #333218;
}
.TagClassName
{
border-color: #333218;
}
</style>