Shades of Karaka #333307
Tints of Karaka #333307
RGB
CMYK
RGB Variations
Color information
#333307 (or 0x333307) is known color: Karaka. HEX triplet: 33, 33 and 07. RGB value is (51,51,7). Sum of RGB (Red+Green+Blue) = 51+51+7=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333307 is #CCCCF8. Grayscale: #2E2E2E. Windows color (decimal): -13421817 or 471859. OLE color: 471859.
HSL color Cylindrical-coordinate representation of color #333307: hue angle of 60º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #333307 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 7 | - |
| CMYK | 0 | 0 | 0.86 | 0.8 |
| HSL | 60º | 0.76% | 0.11% | - |
| HSV(B) | 60º | 0.86% | 0.2% | - |
| XYZ | 2.59 | 3.09 | 0.66 | - |
| YUV | 45.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 7 | 0 | 0 | 0.86 | 0.8 | 60 | 0.76 | 0.11 |
| Hex | 33 | 33 | 7 | 0 | 0 | 56 | 50 | 3C | 4C | B |
| Octal | 63 | 63 | 7 | 0 | 0 | 126 | 120 | 74 | 114 | 13 |
| Binary | 110011 | 110011 | 111 | 0 | 0 | 1010110 | 1010000 | 111100 | 1001100 | 1011 |
Color Harmonies of #333307
Complementary color
Monochromatic Colors of #333307
Black with #333307
Text Example
Text Example
White with #333307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333307; }
p { color: rgb(51,51,7); }
H1.HeaderClassName
{
color: #333307;
}
.AnyTagClassName
{
color: #333307;
}
</style>
background-color css
<style>
a { background-color: #333307; }
a { background-color: rgb(51,51,7); }
div.DivClassName
{
background-color: #333307;
}
.BgClassName
{
background-color: #333307;
}
</style>
border-color css
<style>
span { border-color: #333307; }
span { border-color: rgb(51,51,7); }
td.TdClassName
{
border-color: #333307;
}
.TagClassName
{
border-color: #333307;
}
</style>