Shades of Karaka #333306
Tints of Karaka #333306
RGB
CMYK
RGB Variations
Color information
#333306 (or 0x333306) is known color: Karaka. HEX triplet: 33, 33 and 06. RGB value is (51,51,6). Sum of RGB (Red+Green+Blue) = 51+51+6=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333306 is #CCCCF9. Grayscale: #2E2E2E. Windows color (decimal): -13421818 or 406323. OLE color: 406323.
HSL color Cylindrical-coordinate representation of color #333306: hue angle of 60º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #333306 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 6 | - |
| CMYK | 0 | 0 | 0.88 | 0.8 |
| HSL | 60º | 0.79% | 0.11% | - |
| HSV(B) | 60º | 0.88% | 0.2% | - |
| XYZ | 2.58 | 3.08 | 0.63 | - |
| YUV | 45.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 6 | 0 | 0 | 0.88 | 0.8 | 60 | 0.79 | 0.11 |
| Hex | 33 | 33 | 6 | 0 | 0 | 58 | 50 | 3C | 4F | B |
| Octal | 63 | 63 | 6 | 0 | 0 | 130 | 120 | 74 | 117 | 13 |
| Binary | 110011 | 110011 | 110 | 0 | 0 | 1011000 | 1010000 | 111100 | 1001111 | 1011 |
Color Harmonies of #333306
Complementary color
Monochromatic Colors of #333306
Black with #333306
Text Example
Text Example
White with #333306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333306; }
p { color: rgb(51,51,6); }
H1.HeaderClassName
{
color: #333306;
}
.AnyTagClassName
{
color: #333306;
}
</style>
background-color css
<style>
a { background-color: #333306; }
a { background-color: rgb(51,51,6); }
div.DivClassName
{
background-color: #333306;
}
.BgClassName
{
background-color: #333306;
}
</style>
border-color css
<style>
span { border-color: #333306; }
span { border-color: rgb(51,51,6); }
td.TdClassName
{
border-color: #333306;
}
.TagClassName
{
border-color: #333306;
}
</style>