Shades of Karaka #333412
Tints of Karaka #333412
RGB
CMYK
RGB Variations
Color information
#333412 (or 0x333412) is known color: Karaka. HEX triplet: 33, 34 and 12. RGB value is (51,52,18). Sum of RGB (Red+Green+Blue) = 51+52+18=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #333412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333412 is #CCCBED. Grayscale: #2F2F2F. Windows color (decimal): -13421550 or 1193011. OLE color: 1193011.
HSL color Cylindrical-coordinate representation of color #333412: hue angle of 61.76º degrees, saturation: 0.49, 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 #333412 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 18 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.80 |
| HSL | 61.76º | 0.49% | 0.14% | - |
| HSV(B) | 61.76º | 0.65% | 0.2% | - |
| XYZ | 2.7 | 3.2 | 1.05 | - |
| YUV | 47.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 18 | 0.02 | 0 | 0.65 | 0.80 | 61.76 | 0.49 | 0.14 |
| Hex | 33 | 34 | 12 | 2 | 0 | 41 | 50 | 3E | 31 | E |
| Octal | 63 | 64 | 22 | 2 | 0 | 101 | 120 | 76 | 61 | 16 |
| Binary | 110011 | 110100 | 10010 | 10 | 0 | 1000001 | 1010000 | 111110 | 110001 | 1110 |
Color Harmonies of #333412
Complementary color
Monochromatic Colors of #333412
Black with #333412
Text Example
Text Example
White with #333412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333412; }
p { color: rgb(51,52,18); }
H1.HeaderClassName
{
color: #333412;
}
.AnyTagClassName
{
color: #333412;
}
</style>
background-color css
<style>
a { background-color: #333412; }
a { background-color: rgb(51,52,18); }
div.DivClassName
{
background-color: #333412;
}
.BgClassName
{
background-color: #333412;
}
</style>
border-color css
<style>
span { border-color: #333412; }
span { border-color: rgb(51,52,18); }
td.TdClassName
{
border-color: #333412;
}
.TagClassName
{
border-color: #333412;
}
</style>