Shades of Karaka #323119
Tints of Karaka #323119
RGB
CMYK
RGB Variations
Color information
#323119 (or 0x323119) is known color: Karaka. HEX triplet: 32, 31 and 19. RGB value is (50,49,25). Sum of RGB (Red+Green+Blue) = 50+49+25=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #323119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323119 is #CDCEE6. Grayscale: #2E2E2E. Windows color (decimal): -13487847 or 1650994. OLE color: 1650994.
HSL color Cylindrical-coordinate representation of color #323119: hue angle of 57.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323119 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 25 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.80 |
| HSL | 57.6º | 0.33% | 0.15% | - |
| HSV(B) | 57.6º | 0.5% | 0.2% | - |
| XYZ | 2.59 | 2.94 | 1.35 | - |
| YUV | 46.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 25 | 0 | 0.02 | 0.50 | 0.80 | 57.6 | 0.33 | 0.15 |
| Hex | 32 | 31 | 19 | 0 | 2 | 32 | 50 | 3A | 21 | F |
| Octal | 62 | 61 | 31 | 0 | 2 | 62 | 120 | 72 | 41 | 17 |
| Binary | 110010 | 110001 | 11001 | 0 | 10 | 110010 | 1010000 | 111010 | 100001 | 1111 |
Color Harmonies of #323119
Complementary color
Monochromatic Colors of #323119
Black with #323119
Text Example
Text Example
White with #323119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323119; }
p { color: rgb(50,49,25); }
H1.HeaderClassName
{
color: #323119;
}
.AnyTagClassName
{
color: #323119;
}
</style>
background-color css
<style>
a { background-color: #323119; }
a { background-color: rgb(50,49,25); }
div.DivClassName
{
background-color: #323119;
}
.BgClassName
{
background-color: #323119;
}
</style>
border-color css
<style>
span { border-color: #323119; }
span { border-color: rgb(50,49,25); }
td.TdClassName
{
border-color: #323119;
}
.TagClassName
{
border-color: #323119;
}
</style>