Shades of Karaka #32310F
Tints of Karaka #32310F
RGB
CMYK
RGB Variations
Color information
#32310F (or 0x32310F) is known color: Karaka. HEX triplet: 32, 31 and 0F. RGB value is (50,49,15). Sum of RGB (Red+Green+Blue) = 50+49+15=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #32310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32310F is #CDCEF0. Grayscale: #2D2D2D. Windows color (decimal): -13487857 or 995634. OLE color: 995634.
HSL color Cylindrical-coordinate representation of color #32310F: hue angle of 58.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32310F is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 15 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.80 |
| HSL | 58.29º | 0.54% | 0.13% | - |
| HSV(B) | 58.29º | 0.7% | 0.2% | - |
| XYZ | 2.5 | 2.91 | 0.88 | - |
| YUV | 45.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 15 | 0 | 0.02 | 0.70 | 0.80 | 58.29 | 0.54 | 0.13 |
| Hex | 32 | 31 | F | 0 | 2 | 46 | 50 | 3A | 36 | D |
| Octal | 62 | 61 | 17 | 0 | 2 | 106 | 120 | 72 | 66 | 15 |
| Binary | 110010 | 110001 | 1111 | 0 | 10 | 1000110 | 1010000 | 111010 | 110110 | 1101 |
Color Harmonies of #32310F
Complementary color
Monochromatic Colors of #32310F
Black with #32310F
Text Example
Text Example
White with #32310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32310F; }
p { color: rgb(50,49,15); }
H1.HeaderClassName
{
color: #32310F;
}
.AnyTagClassName
{
color: #32310F;
}
</style>
background-color css
<style>
a { background-color: #32310F; }
a { background-color: rgb(50,49,15); }
div.DivClassName
{
background-color: #32310F;
}
.BgClassName
{
background-color: #32310F;
}
</style>
border-color css
<style>
span { border-color: #32310F; }
span { border-color: rgb(50,49,15); }
td.TdClassName
{
border-color: #32310F;
}
.TagClassName
{
border-color: #32310F;
}
</style>