Shades of Karaka #323114
Tints of Karaka #323114
RGB
CMYK
RGB Variations
Color information
#323114 (or 0x323114) is known color: Karaka. HEX triplet: 32, 31 and 14. RGB value is (50,49,20). Sum of RGB (Red+Green+Blue) = 50+49+20=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #323114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323114 is #CDCEEB. Grayscale: #2E2E2E. Windows color (decimal): -13487852 or 1323314. OLE color: 1323314.
HSL color Cylindrical-coordinate representation of color #323114: hue angle of 58º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323114 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 20 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.80 |
| HSL | 58º | 0.43% | 0.14% | - |
| HSV(B) | 58º | 0.6% | 0.2% | - |
| XYZ | 2.54 | 2.93 | 1.09 | - |
| YUV | 45.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 20 | 0 | 0.02 | 0.60 | 0.80 | 58 | 0.43 | 0.14 |
| Hex | 32 | 31 | 14 | 0 | 2 | 3C | 50 | 3A | 2B | E |
| Octal | 62 | 61 | 24 | 0 | 2 | 74 | 120 | 72 | 53 | 16 |
| Binary | 110010 | 110001 | 10100 | 0 | 10 | 111100 | 1010000 | 111010 | 101011 | 1110 |
Color Harmonies of #323114
Complementary color
Monochromatic Colors of #323114
Black with #323114
Text Example
Text Example
White with #323114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323114; }
p { color: rgb(50,49,20); }
H1.HeaderClassName
{
color: #323114;
}
.AnyTagClassName
{
color: #323114;
}
</style>
background-color css
<style>
a { background-color: #323114; }
a { background-color: rgb(50,49,20); }
div.DivClassName
{
background-color: #323114;
}
.BgClassName
{
background-color: #323114;
}
</style>
border-color css
<style>
span { border-color: #323114; }
span { border-color: rgb(50,49,20); }
td.TdClassName
{
border-color: #323114;
}
.TagClassName
{
border-color: #323114;
}
</style>