Shades of Karaka #32310B
Tints of Karaka #32310B
RGB
CMYK
RGB Variations
Color information
#32310B (or 0x32310B) is known color: Karaka. HEX triplet: 32, 31 and 0B. RGB value is (50,49,11). Sum of RGB (Red+Green+Blue) = 50+49+11=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #32310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32310B is #CDCEF4. Grayscale: #2D2D2D. Windows color (decimal): -13487861 or 733490. OLE color: 733490.
HSL color Cylindrical-coordinate representation of color #32310B: hue angle of 58.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32310B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 11 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.80 |
| HSL | 58.46º | 0.64% | 0.12% | - |
| HSV(B) | 58.46º | 0.78% | 0.2% | - |
| XYZ | 2.47 | 2.9 | 0.75 | - |
| YUV | 44.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 11 | 0 | 0.02 | 0.78 | 0.80 | 58.46 | 0.64 | 0.12 |
| Hex | 32 | 31 | B | 0 | 2 | 4E | 50 | 3A | 40 | C |
| Octal | 62 | 61 | 13 | 0 | 2 | 116 | 120 | 72 | 100 | 14 |
| Binary | 110010 | 110001 | 1011 | 0 | 10 | 1001110 | 1010000 | 111010 | 1000000 | 1100 |
Color Harmonies of #32310B
Complementary color
Monochromatic Colors of #32310B
Black with #32310B
Text Example
Text Example
White with #32310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32310B; }
p { color: rgb(50,49,11); }
H1.HeaderClassName
{
color: #32310B;
}
.AnyTagClassName
{
color: #32310B;
}
</style>
background-color css
<style>
a { background-color: #32310B; }
a { background-color: rgb(50,49,11); }
div.DivClassName
{
background-color: #32310B;
}
.BgClassName
{
background-color: #32310B;
}
</style>
border-color css
<style>
span { border-color: #32310B; }
span { border-color: rgb(50,49,11); }
td.TdClassName
{
border-color: #32310B;
}
.TagClassName
{
border-color: #32310B;
}
</style>