Shades of Karaka #333302
Tints of Karaka #333302
RGB
CMYK
RGB Variations
Color information
#333302 (or 0x333302) is known color: Karaka. HEX triplet: 33, 33 and 02. RGB value is (51,51,2). Sum of RGB (Red+Green+Blue) = 51+51+2=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333302 is #CCCCFD. Grayscale: #2D2D2D. Windows color (decimal): -13421822 or 144179. OLE color: 144179.
HSL color Cylindrical-coordinate representation of color #333302: hue angle of 60º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #333302 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 2 | - |
| CMYK | 0 | 0 | 0.96 | 0.8 |
| HSL | 60º | 0.92% | 0.1% | - |
| HSV(B) | 60º | 0.96% | 0.2% | - |
| XYZ | 2.56 | 3.08 | 0.52 | - |
| YUV | 45.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 2 | 0 | 0 | 0.96 | 0.8 | 60 | 0.92 | 0.1 |
| Hex | 33 | 33 | 2 | 0 | 0 | 60 | 50 | 3C | 5C | A |
| Octal | 63 | 63 | 2 | 0 | 0 | 140 | 120 | 74 | 134 | 12 |
| Binary | 110011 | 110011 | 10 | 0 | 0 | 1100000 | 1010000 | 111100 | 1011100 | 1010 |
Color Harmonies of #333302
Complementary color
Monochromatic Colors of #333302
Black with #333302
Text Example
Text Example
White with #333302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333302; }
p { color: rgb(51,51,2); }
H1.HeaderClassName
{
color: #333302;
}
.AnyTagClassName
{
color: #333302;
}
</style>
background-color css
<style>
a { background-color: #333302; }
a { background-color: rgb(51,51,2); }
div.DivClassName
{
background-color: #333302;
}
.BgClassName
{
background-color: #333302;
}
</style>
border-color css
<style>
span { border-color: #333302; }
span { border-color: rgb(51,51,2); }
td.TdClassName
{
border-color: #333302;
}
.TagClassName
{
border-color: #333302;
}
</style>