Shades of Karaka #333317
Tints of Karaka #333317
RGB
CMYK
RGB Variations
Color information
#333317 (or 0x333317) is known color: Karaka. HEX triplet: 33, 33 and 17. RGB value is (51,51,23). Sum of RGB (Red+Green+Blue) = 51+51+23=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333317 is #CCCCE8. Grayscale: #2F2F2F. Windows color (decimal): -13421801 or 1520435. OLE color: 1520435.
HSL color Cylindrical-coordinate representation of color #333317: hue angle of 60º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333317 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 23 | - |
| CMYK | 0 | 0 | 0.55 | 0.8 |
| HSL | 60º | 0.38% | 0.15% | - |
| HSV(B) | 60º | 0.55% | 0.2% | - |
| XYZ | 2.7 | 3.13 | 1.27 | - |
| YUV | 47.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 23 | 0 | 0 | 0.55 | 0.8 | 60 | 0.38 | 0.15 |
| Hex | 33 | 33 | 17 | 0 | 0 | 37 | 50 | 3C | 26 | F |
| Octal | 63 | 63 | 27 | 0 | 0 | 67 | 120 | 74 | 46 | 17 |
| Binary | 110011 | 110011 | 10111 | 0 | 0 | 110111 | 1010000 | 111100 | 100110 | 1111 |
Color Harmonies of #333317
Complementary color
Monochromatic Colors of #333317
Black with #333317
Text Example
Text Example
White with #333317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333317; }
p { color: rgb(51,51,23); }
H1.HeaderClassName
{
color: #333317;
}
.AnyTagClassName
{
color: #333317;
}
</style>
background-color css
<style>
a { background-color: #333317; }
a { background-color: rgb(51,51,23); }
div.DivClassName
{
background-color: #333317;
}
.BgClassName
{
background-color: #333317;
}
</style>
border-color css
<style>
span { border-color: #333317; }
span { border-color: rgb(51,51,23); }
td.TdClassName
{
border-color: #333317;
}
.TagClassName
{
border-color: #333317;
}
</style>