Shades of Karaka #32311B
Tints of Karaka #32311B
RGB
CMYK
RGB Variations
Color information
#32311B (or 0x32311B) is known color: Karaka. HEX triplet: 32, 31 and 1B. RGB value is (50,49,27). Sum of RGB (Red+Green+Blue) = 50+49+27=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #32311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32311B is #CDCEE4. Grayscale: #2E2E2E. Windows color (decimal): -13487845 or 1782066. OLE color: 1782066.
HSL color Cylindrical-coordinate representation of color #32311B: hue angle of 57.39º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32311B is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 27 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.80 |
| HSL | 57.39º | 0.3% | 0.15% | - |
| HSV(B) | 57.39º | 0.46% | 0.2% | - |
| XYZ | 2.61 | 2.95 | 1.47 | - |
| YUV | 46.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 27 | 0 | 0.02 | 0.46 | 0.80 | 57.39 | 0.3 | 0.15 |
| Hex | 32 | 31 | 1B | 0 | 2 | 2E | 50 | 39 | 1E | F |
| Octal | 62 | 61 | 33 | 0 | 2 | 56 | 120 | 71 | 36 | 17 |
| Binary | 110010 | 110001 | 11011 | 0 | 10 | 101110 | 1010000 | 111001 | 11110 | 1111 |
Color Harmonies of #32311B
Complementary color
Monochromatic Colors of #32311B
Black with #32311B
Text Example
Text Example
White with #32311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32311B; }
p { color: rgb(50,49,27); }
H1.HeaderClassName
{
color: #32311B;
}
.AnyTagClassName
{
color: #32311B;
}
</style>
background-color css
<style>
a { background-color: #32311B; }
a { background-color: rgb(50,49,27); }
div.DivClassName
{
background-color: #32311B;
}
.BgClassName
{
background-color: #32311B;
}
</style>
border-color css
<style>
span { border-color: #32311B; }
span { border-color: rgb(50,49,27); }
td.TdClassName
{
border-color: #32311B;
}
.TagClassName
{
border-color: #32311B;
}
</style>