Shades of Karaka #33320A
Tints of Karaka #33320A
RGB
CMYK
RGB Variations
Color information
#33320A (or 0x33320A) is known color: Karaka. HEX triplet: 33, 32 and 0A. RGB value is (51,50,10). Sum of RGB (Red+Green+Blue) = 51+50+10=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #33320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33320A is #CCCDF5. Grayscale: #2D2D2D. Windows color (decimal): -13422070 or 668211. OLE color: 668211.
HSL color Cylindrical-coordinate representation of color #33320A: hue angle of 58.54º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33320A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 10 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.8 |
| HSL | 58.54º | 0.67% | 0.12% | - |
| HSV(B) | 58.54º | 0.8% | 0.2% | - |
| XYZ | 2.56 | 3.01 | 0.73 | - |
| YUV | 45.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 10 | 0 | 0.02 | 0.80 | 0.8 | 58.54 | 0.67 | 0.12 |
| Hex | 33 | 32 | A | 0 | 2 | 50 | 50 | 3B | 43 | C |
| Octal | 63 | 62 | 12 | 0 | 2 | 120 | 120 | 73 | 103 | 14 |
| Binary | 110011 | 110010 | 1010 | 0 | 10 | 1010000 | 1010000 | 111011 | 1000011 | 1100 |
Color Harmonies of #33320A
Complementary color
Monochromatic Colors of #33320A
Black with #33320A
Text Example
Text Example
White with #33320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33320A; }
p { color: rgb(51,50,10); }
H1.HeaderClassName
{
color: #33320A;
}
.AnyTagClassName
{
color: #33320A;
}
</style>
background-color css
<style>
a { background-color: #33320A; }
a { background-color: rgb(51,50,10); }
div.DivClassName
{
background-color: #33320A;
}
.BgClassName
{
background-color: #33320A;
}
</style>
border-color css
<style>
span { border-color: #33320A; }
span { border-color: rgb(51,50,10); }
td.TdClassName
{
border-color: #33320A;
}
.TagClassName
{
border-color: #33320A;
}
</style>