Shades of Karaka #333312
Tints of Karaka #333312
RGB
CMYK
RGB Variations
Color information
#333312 (or 0x333312) is known color: Karaka. HEX triplet: 33, 33 and 12. RGB value is (51,51,18). Sum of RGB (Red+Green+Blue) = 51+51+18=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333312 is #CCCCED. Grayscale: #2F2F2F. Windows color (decimal): -13421806 or 1192755. OLE color: 1192755.
HSL color Cylindrical-coordinate representation of color #333312: hue angle of 60º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333312 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 18 | - |
| CMYK | 0 | 0 | 0.65 | 0.8 |
| HSL | 60º | 0.48% | 0.14% | - |
| HSV(B) | 60º | 0.65% | 0.2% | - |
| XYZ | 2.66 | 3.12 | 1.03 | - |
| YUV | 47.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 18 | 0 | 0 | 0.65 | 0.8 | 60 | 0.48 | 0.14 |
| Hex | 33 | 33 | 12 | 0 | 0 | 41 | 50 | 3C | 30 | E |
| Octal | 63 | 63 | 22 | 0 | 0 | 101 | 120 | 74 | 60 | 16 |
| Binary | 110011 | 110011 | 10010 | 0 | 0 | 1000001 | 1010000 | 111100 | 110000 | 1110 |
Color Harmonies of #333312
Complementary color
Monochromatic Colors of #333312
Black with #333312
Text Example
Text Example
White with #333312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333312; }
p { color: rgb(51,51,18); }
H1.HeaderClassName
{
color: #333312;
}
.AnyTagClassName
{
color: #333312;
}
</style>
background-color css
<style>
a { background-color: #333312; }
a { background-color: rgb(51,51,18); }
div.DivClassName
{
background-color: #333312;
}
.BgClassName
{
background-color: #333312;
}
</style>
border-color css
<style>
span { border-color: #333312; }
span { border-color: rgb(51,51,18); }
td.TdClassName
{
border-color: #333312;
}
.TagClassName
{
border-color: #333312;
}
</style>