Shades of Karaka #33320E
Tints of Karaka #33320E
RGB
CMYK
RGB Variations
Color information
#33320E (or 0x33320E) is known color: Karaka. HEX triplet: 33, 32 and 0E. RGB value is (51,50,14). Sum of RGB (Red+Green+Blue) = 51+50+14=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33320E is #CCCDF1. Grayscale: #2E2E2E. Windows color (decimal): -13422066 or 930355. OLE color: 930355.
HSL color Cylindrical-coordinate representation of color #33320E: hue angle of 58.38º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33320E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 14 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.8 |
| HSL | 58.38º | 0.57% | 0.13% | - |
| HSV(B) | 58.38º | 0.73% | 0.2% | - |
| XYZ | 2.59 | 3.02 | 0.86 | - |
| YUV | 46.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 14 | 0 | 0.02 | 0.73 | 0.8 | 58.38 | 0.57 | 0.13 |
| Hex | 33 | 32 | E | 0 | 2 | 49 | 50 | 3A | 39 | D |
| Octal | 63 | 62 | 16 | 0 | 2 | 111 | 120 | 72 | 71 | 15 |
| Binary | 110011 | 110010 | 1110 | 0 | 10 | 1001001 | 1010000 | 111010 | 111001 | 1101 |
Color Harmonies of #33320E
Complementary color
Monochromatic Colors of #33320E
Black with #33320E
Text Example
Text Example
White with #33320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33320E; }
p { color: rgb(51,50,14); }
H1.HeaderClassName
{
color: #33320E;
}
.AnyTagClassName
{
color: #33320E;
}
</style>
background-color css
<style>
a { background-color: #33320E; }
a { background-color: rgb(51,50,14); }
div.DivClassName
{
background-color: #33320E;
}
.BgClassName
{
background-color: #33320E;
}
</style>
border-color css
<style>
span { border-color: #33320E; }
span { border-color: rgb(51,50,14); }
td.TdClassName
{
border-color: #33320E;
}
.TagClassName
{
border-color: #33320E;
}
</style>