Shades of Karaka #32321D
Tints of Karaka #32321D
RGB
CMYK
RGB Variations
Color information
#32321D (or 0x32321D) is known color: Karaka. HEX triplet: 32, 32 and 1D. RGB value is (50,50,29). Sum of RGB (Red+Green+Blue) = 50+50+29=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32321D is #CDCDE2. Grayscale: #2F2F2F. Windows color (decimal): -13487587 or 1913394. OLE color: 1913394.
HSL color Cylindrical-coordinate representation of color #32321D: hue angle of 60º 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 #32321D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 29 | - |
| CMYK | 0 | 0 | 0.42 | 0.80 |
| HSL | 60º | 0.27% | 0.15% | - |
| HSV(B) | 60º | 0.42% | 0.2% | - |
| XYZ | 2.68 | 3.05 | 1.61 | - |
| YUV | 47.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 29 | 0 | 0 | 0.42 | 0.80 | 60 | 0.27 | 0.15 |
| Hex | 32 | 32 | 1D | 0 | 0 | 2A | 50 | 3C | 1B | F |
| Octal | 62 | 62 | 35 | 0 | 0 | 52 | 120 | 74 | 33 | 17 |
| Binary | 110010 | 110010 | 11101 | 0 | 0 | 101010 | 1010000 | 111100 | 11011 | 1111 |
Color Harmonies of #32321D
Complementary color
Monochromatic Colors of #32321D
Black with #32321D
Text Example
Text Example
White with #32321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32321D; }
p { color: rgb(50,50,29); }
H1.HeaderClassName
{
color: #32321D;
}
.AnyTagClassName
{
color: #32321D;
}
</style>
background-color css
<style>
a { background-color: #32321D; }
a { background-color: rgb(50,50,29); }
div.DivClassName
{
background-color: #32321D;
}
.BgClassName
{
background-color: #32321D;
}
</style>
border-color css
<style>
span { border-color: #32321D; }
span { border-color: rgb(50,50,29); }
td.TdClassName
{
border-color: #32321D;
}
.TagClassName
{
border-color: #32321D;
}
</style>