Shades of Karaka #323115
Tints of Karaka #323115
RGB
CMYK
RGB Variations
Color information
#323115 (or 0x323115) is known color: Karaka. HEX triplet: 32, 31 and 15. RGB value is (50,49,21). Sum of RGB (Red+Green+Blue) = 50+49+21=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #323115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323115 is #CDCEEA. Grayscale: #2E2E2E. Windows color (decimal): -13487851 or 1388850. OLE color: 1388850.
HSL color Cylindrical-coordinate representation of color #323115: hue angle of 57.93º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323115 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 21 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.80 |
| HSL | 57.93º | 0.41% | 0.14% | - |
| HSV(B) | 57.93º | 0.58% | 0.2% | - |
| XYZ | 2.55 | 2.93 | 1.14 | - |
| YUV | 46.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 21 | 0 | 0.02 | 0.58 | 0.80 | 57.93 | 0.41 | 0.14 |
| Hex | 32 | 31 | 15 | 0 | 2 | 3A | 50 | 3A | 29 | E |
| Octal | 62 | 61 | 25 | 0 | 2 | 72 | 120 | 72 | 51 | 16 |
| Binary | 110010 | 110001 | 10101 | 0 | 10 | 111010 | 1010000 | 111010 | 101001 | 1110 |
Color Harmonies of #323115
Complementary color
Monochromatic Colors of #323115
Black with #323115
Text Example
Text Example
White with #323115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323115; }
p { color: rgb(50,49,21); }
H1.HeaderClassName
{
color: #323115;
}
.AnyTagClassName
{
color: #323115;
}
</style>
background-color css
<style>
a { background-color: #323115; }
a { background-color: rgb(50,49,21); }
div.DivClassName
{
background-color: #323115;
}
.BgClassName
{
background-color: #323115;
}
</style>
border-color css
<style>
span { border-color: #323115; }
span { border-color: rgb(50,49,21); }
td.TdClassName
{
border-color: #323115;
}
.TagClassName
{
border-color: #323115;
}
</style>