Shades of Karaka #333318
Tints of Karaka #333318
RGB
CMYK
RGB Variations
Color information
#333318 (or 0x333318) is known color: Karaka. HEX triplet: 33, 33 and 18. RGB value is (51,51,24). Sum of RGB (Red+Green+Blue) = 51+51+24=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333318 is #CCCCE7. Grayscale: #303030. Windows color (decimal): -13421800 or 1585971. OLE color: 1585971.
HSL color Cylindrical-coordinate representation of color #333318: hue angle of 60º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333318 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 24 | - |
| CMYK | 0 | 0 | 0.53 | 0.8 |
| HSL | 60º | 0.36% | 0.15% | - |
| HSV(B) | 60º | 0.53% | 0.2% | - |
| XYZ | 2.71 | 3.14 | 1.33 | - |
| YUV | 47.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 24 | 0 | 0 | 0.53 | 0.8 | 60 | 0.36 | 0.15 |
| Hex | 33 | 33 | 18 | 0 | 0 | 35 | 50 | 3C | 24 | F |
| Octal | 63 | 63 | 30 | 0 | 0 | 65 | 120 | 74 | 44 | 17 |
| Binary | 110011 | 110011 | 11000 | 0 | 0 | 110101 | 1010000 | 111100 | 100100 | 1111 |
Color Harmonies of #333318
Complementary color
Monochromatic Colors of #333318
Black with #333318
Text Example
Text Example
White with #333318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333318; }
p { color: rgb(51,51,24); }
H1.HeaderClassName
{
color: #333318;
}
.AnyTagClassName
{
color: #333318;
}
</style>
background-color css
<style>
a { background-color: #333318; }
a { background-color: rgb(51,51,24); }
div.DivClassName
{
background-color: #333318;
}
.BgClassName
{
background-color: #333318;
}
</style>
border-color css
<style>
span { border-color: #333318; }
span { border-color: rgb(51,51,24); }
td.TdClassName
{
border-color: #333318;
}
.TagClassName
{
border-color: #333318;
}
</style>