Shades of Karaka #323019
Tints of Karaka #323019
RGB
CMYK
RGB Variations
Color information
#323019 (or 0x323019) is known color: Karaka. HEX triplet: 32, 30 and 19. RGB value is (50,48,25). Sum of RGB (Red+Green+Blue) = 50+48+25=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #323019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323019 is #CDCFE6. Grayscale: #2E2E2E. Windows color (decimal): -13488103 or 1650738. OLE color: 1650738.
HSL color Cylindrical-coordinate representation of color #323019: hue angle of 55.2º 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 #323019 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 25 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.80 |
| HSL | 55.2º | 0.33% | 0.15% | - |
| HSV(B) | 55.2º | 0.5% | 0.2% | - |
| XYZ | 2.55 | 2.86 | 1.34 | - |
| YUV | 45.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 25 | 0 | 0.04 | 0.50 | 0.80 | 55.2 | 0.33 | 0.15 |
| Hex | 32 | 30 | 19 | 0 | 4 | 32 | 50 | 37 | 21 | F |
| Octal | 62 | 60 | 31 | 0 | 4 | 62 | 120 | 67 | 41 | 17 |
| Binary | 110010 | 110000 | 11001 | 0 | 100 | 110010 | 1010000 | 110111 | 100001 | 1111 |
Color Harmonies of #323019
Complementary color
Monochromatic Colors of #323019
Black with #323019
Text Example
Text Example
White with #323019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323019; }
p { color: rgb(50,48,25); }
H1.HeaderClassName
{
color: #323019;
}
.AnyTagClassName
{
color: #323019;
}
</style>
background-color css
<style>
a { background-color: #323019; }
a { background-color: rgb(50,48,25); }
div.DivClassName
{
background-color: #323019;
}
.BgClassName
{
background-color: #323019;
}
</style>
border-color css
<style>
span { border-color: #323019; }
span { border-color: rgb(50,48,25); }
td.TdClassName
{
border-color: #323019;
}
.TagClassName
{
border-color: #323019;
}
</style>