Shades of Karaka #333409
Tints of Karaka #333409
RGB
CMYK
RGB Variations
Color information
#333409 (or 0x333409) is known color: Karaka. HEX triplet: 33, 34 and 09. RGB value is (51,52,9). Sum of RGB (Red+Green+Blue) = 51+52+9=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #333409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333409 is #CCCBF6. Grayscale: #2E2E2E. Windows color (decimal): -13421559 or 603187. OLE color: 603187.
HSL color Cylindrical-coordinate representation of color #333409: hue angle of 61.4º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #333409 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 9 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.80 |
| HSL | 61.4º | 0.7% | 0.12% | - |
| HSV(B) | 61.4º | 0.83% | 0.2% | - |
| XYZ | 2.64 | 3.18 | 0.73 | - |
| YUV | 46.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 9 | 0.02 | 0 | 0.83 | 0.80 | 61.4 | 0.7 | 0.12 |
| Hex | 33 | 34 | 9 | 2 | 0 | 53 | 50 | 3D | 46 | C |
| Octal | 63 | 64 | 11 | 2 | 0 | 123 | 120 | 75 | 106 | 14 |
| Binary | 110011 | 110100 | 1001 | 10 | 0 | 1010011 | 1010000 | 111101 | 1000110 | 1100 |
Color Harmonies of #333409
Complementary color
Monochromatic Colors of #333409
Black with #333409
Text Example
Text Example
White with #333409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333409; }
p { color: rgb(51,52,9); }
H1.HeaderClassName
{
color: #333409;
}
.AnyTagClassName
{
color: #333409;
}
</style>
background-color css
<style>
a { background-color: #333409; }
a { background-color: rgb(51,52,9); }
div.DivClassName
{
background-color: #333409;
}
.BgClassName
{
background-color: #333409;
}
</style>
border-color css
<style>
span { border-color: #333409; }
span { border-color: rgb(51,52,9); }
td.TdClassName
{
border-color: #333409;
}
.TagClassName
{
border-color: #333409;
}
</style>