Shades of Karaka #32320E
Tints of Karaka #32320E
RGB
CMYK
RGB Variations
Color information
#32320E (or 0x32320E) is known color: Karaka. HEX triplet: 32, 32 and 0E. RGB value is (50,50,14). Sum of RGB (Red+Green+Blue) = 50+50+14=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32320E is #CDCDF1. Grayscale: #2E2E2E. Windows color (decimal): -13487602 or 930354. OLE color: 930354.
HSL color Cylindrical-coordinate representation of color #32320E: hue angle of 60º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32320E is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 14 | - |
| CMYK | 0 | 0 | 0.72 | 0.80 |
| HSL | 60º | 0.56% | 0.13% | - |
| HSV(B) | 60º | 0.72% | 0.2% | - |
| XYZ | 2.54 | 2.99 | 0.86 | - |
| YUV | 45.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 14 | 0 | 0 | 0.72 | 0.80 | 60 | 0.56 | 0.13 |
| Hex | 32 | 32 | E | 0 | 0 | 48 | 50 | 3C | 38 | D |
| Octal | 62 | 62 | 16 | 0 | 0 | 110 | 120 | 74 | 70 | 15 |
| Binary | 110010 | 110010 | 1110 | 0 | 0 | 1001000 | 1010000 | 111100 | 111000 | 1101 |
Color Harmonies of #32320E
Complementary color
Monochromatic Colors of #32320E
Black with #32320E
Text Example
Text Example
White with #32320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32320E; }
p { color: rgb(50,50,14); }
H1.HeaderClassName
{
color: #32320E;
}
.AnyTagClassName
{
color: #32320E;
}
</style>
background-color css
<style>
a { background-color: #32320E; }
a { background-color: rgb(50,50,14); }
div.DivClassName
{
background-color: #32320E;
}
.BgClassName
{
background-color: #32320E;
}
</style>
border-color css
<style>
span { border-color: #32320E; }
span { border-color: rgb(50,50,14); }
td.TdClassName
{
border-color: #32320E;
}
.TagClassName
{
border-color: #32320E;
}
</style>