Shades of Karaka #32311D
Tints of Karaka #32311D
RGB
CMYK
RGB Variations
Color information
#32311D (or 0x32311D) is known color: Karaka. HEX triplet: 32, 31 and 1D. RGB value is (50,49,29). Sum of RGB (Red+Green+Blue) = 50+49+29=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #32311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32311D is #CDCEE2. Grayscale: #2F2F2F. Windows color (decimal): -13487843 or 1913138. OLE color: 1913138.
HSL color Cylindrical-coordinate representation of color #32311D: hue angle of 57.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32311D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 29 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.80 |
| HSL | 57.14º | 0.27% | 0.15% | - |
| HSV(B) | 57.14º | 0.42% | 0.2% | - |
| XYZ | 2.64 | 2.96 | 1.6 | - |
| YUV | 47.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 29 | 0 | 0.02 | 0.42 | 0.80 | 57.14 | 0.27 | 0.15 |
| Hex | 32 | 31 | 1D | 0 | 2 | 2A | 50 | 39 | 1B | F |
| Octal | 62 | 61 | 35 | 0 | 2 | 52 | 120 | 71 | 33 | 17 |
| Binary | 110010 | 110001 | 11101 | 0 | 10 | 101010 | 1010000 | 111001 | 11011 | 1111 |
Color Harmonies of #32311D
Complementary color
Monochromatic Colors of #32311D
Black with #32311D
Text Example
Text Example
White with #32311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32311D; }
p { color: rgb(50,49,29); }
H1.HeaderClassName
{
color: #32311D;
}
.AnyTagClassName
{
color: #32311D;
}
</style>
background-color css
<style>
a { background-color: #32311D; }
a { background-color: rgb(50,49,29); }
div.DivClassName
{
background-color: #32311D;
}
.BgClassName
{
background-color: #32311D;
}
</style>
border-color css
<style>
span { border-color: #32311D; }
span { border-color: rgb(50,49,29); }
td.TdClassName
{
border-color: #32311D;
}
.TagClassName
{
border-color: #32311D;
}
</style>