Shades of Karaka #323117
Tints of Karaka #323117
RGB
CMYK
RGB Variations
Color information
#323117 (or 0x323117) is known color: Karaka. HEX triplet: 32, 31 and 17. RGB value is (50,49,23). Sum of RGB (Red+Green+Blue) = 50+49+23=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #323117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323117 is #CDCEE8. Grayscale: #2E2E2E. Windows color (decimal): -13487849 or 1519922. OLE color: 1519922.
HSL color Cylindrical-coordinate representation of color #323117: hue angle of 57.78º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323117 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 23 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.80 |
| HSL | 57.78º | 0.37% | 0.14% | - |
| HSV(B) | 57.78º | 0.54% | 0.2% | - |
| XYZ | 2.57 | 2.94 | 1.24 | - |
| YUV | 46.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 23 | 0 | 0.02 | 0.54 | 0.80 | 57.78 | 0.37 | 0.14 |
| Hex | 32 | 31 | 17 | 0 | 2 | 36 | 50 | 3A | 25 | E |
| Octal | 62 | 61 | 27 | 0 | 2 | 66 | 120 | 72 | 45 | 16 |
| Binary | 110010 | 110001 | 10111 | 0 | 10 | 110110 | 1010000 | 111010 | 100101 | 1110 |
Color Harmonies of #323117
Complementary color
Monochromatic Colors of #323117
Black with #323117
Text Example
Text Example
White with #323117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323117; }
p { color: rgb(50,49,23); }
H1.HeaderClassName
{
color: #323117;
}
.AnyTagClassName
{
color: #323117;
}
</style>
background-color css
<style>
a { background-color: #323117; }
a { background-color: rgb(50,49,23); }
div.DivClassName
{
background-color: #323117;
}
.BgClassName
{
background-color: #323117;
}
</style>
border-color css
<style>
span { border-color: #323117; }
span { border-color: rgb(50,49,23); }
td.TdClassName
{
border-color: #323117;
}
.TagClassName
{
border-color: #323117;
}
</style>