Shades of Karaka #32310E
Tints of Karaka #32310E
RGB
CMYK
RGB Variations
Color information
#32310E (or 0x32310E) is known color: Karaka. HEX triplet: 32, 31 and 0E. RGB value is (50,49,14). Sum of RGB (Red+Green+Blue) = 50+49+14=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32310E is #CDCEF1. Grayscale: #2D2D2D. Windows color (decimal): -13487858 or 930098. OLE color: 930098.
HSL color Cylindrical-coordinate representation of color #32310E: hue angle of 58.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32310E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 14 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.80 |
| HSL | 58.33º | 0.56% | 0.13% | - |
| HSV(B) | 58.33º | 0.72% | 0.2% | - |
| XYZ | 2.49 | 2.91 | 0.85 | - |
| YUV | 45.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 14 | 0 | 0.02 | 0.72 | 0.80 | 58.33 | 0.56 | 0.13 |
| Hex | 32 | 31 | E | 0 | 2 | 48 | 50 | 3A | 38 | D |
| Octal | 62 | 61 | 16 | 0 | 2 | 110 | 120 | 72 | 70 | 15 |
| Binary | 110010 | 110001 | 1110 | 0 | 10 | 1001000 | 1010000 | 111010 | 111000 | 1101 |
Color Harmonies of #32310E
Complementary color
Monochromatic Colors of #32310E
Black with #32310E
Text Example
Text Example
White with #32310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32310E; }
p { color: rgb(50,49,14); }
H1.HeaderClassName
{
color: #32310E;
}
.AnyTagClassName
{
color: #32310E;
}
</style>
background-color css
<style>
a { background-color: #32310E; }
a { background-color: rgb(50,49,14); }
div.DivClassName
{
background-color: #32310E;
}
.BgClassName
{
background-color: #32310E;
}
</style>
border-color css
<style>
span { border-color: #32310E; }
span { border-color: rgb(50,49,14); }
td.TdClassName
{
border-color: #32310E;
}
.TagClassName
{
border-color: #32310E;
}
</style>