Shades of Karaka #333420
Tints of Karaka #333420
RGB
CMYK
RGB Variations
Color information
#333420 (or 0x333420) is known color: Karaka. HEX triplet: 33, 34 and 20. RGB value is (51,52,32). Sum of RGB (Red+Green+Blue) = 51+52+32=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #333420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333420 is #CCCBDF. Grayscale: #313131. Windows color (decimal): -13421536 or 2110515. OLE color: 2110515.
HSL color Cylindrical-coordinate representation of color #333420: hue angle of 63º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #333420 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 32 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.80 |
| HSL | 63º | 0.24% | 0.16% | - |
| HSV(B) | 63º | 0.38% | 0.2% | - |
| XYZ | 2.85 | 3.26 | 1.85 | - |
| YUV | 49.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 32 | 0.02 | 0 | 0.38 | 0.80 | 63 | 0.24 | 0.16 |
| Hex | 33 | 34 | 20 | 2 | 0 | 26 | 50 | 3F | 18 | 10 |
| Octal | 63 | 64 | 40 | 2 | 0 | 46 | 120 | 77 | 30 | 20 |
| Binary | 110011 | 110100 | 100000 | 10 | 0 | 100110 | 1010000 | 111111 | 11000 | 10000 |
Color Harmonies of #333420
Complementary color
Monochromatic Colors of #333420
Black with #333420
Text Example
Text Example
White with #333420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333420; }
p { color: rgb(51,52,32); }
H1.HeaderClassName
{
color: #333420;
}
.AnyTagClassName
{
color: #333420;
}
</style>
background-color css
<style>
a { background-color: #333420; }
a { background-color: rgb(51,52,32); }
div.DivClassName
{
background-color: #333420;
}
.BgClassName
{
background-color: #333420;
}
</style>
border-color css
<style>
span { border-color: #333420; }
span { border-color: rgb(51,52,32); }
td.TdClassName
{
border-color: #333420;
}
.TagClassName
{
border-color: #333420;
}
</style>