Shades of Karaka #32320F
Tints of Karaka #32320F
RGB
CMYK
RGB Variations
Color information
#32320F (or 0x32320F) is known color: Karaka. HEX triplet: 32, 32 and 0F. RGB value is (50,50,15). Sum of RGB (Red+Green+Blue) = 50+50+15=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32320F is #CDCDF0. Grayscale: #2E2E2E. Windows color (decimal): -13487601 or 995890. OLE color: 995890.
HSL color Cylindrical-coordinate representation of color #32320F: hue angle of 60º 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 #32320F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 15 | - |
| CMYK | 0 | 0 | 0.70 | 0.80 |
| HSL | 60º | 0.54% | 0.13% | - |
| HSV(B) | 60º | 0.7% | 0.2% | - |
| XYZ | 2.54 | 2.99 | 0.9 | - |
| YUV | 46.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 15 | 0 | 0 | 0.70 | 0.80 | 60 | 0.54 | 0.13 |
| Hex | 32 | 32 | F | 0 | 0 | 46 | 50 | 3C | 36 | D |
| Octal | 62 | 62 | 17 | 0 | 0 | 106 | 120 | 74 | 66 | 15 |
| Binary | 110010 | 110010 | 1111 | 0 | 0 | 1000110 | 1010000 | 111100 | 110110 | 1101 |
Color Harmonies of #32320F
Complementary color
Monochromatic Colors of #32320F
Black with #32320F
Text Example
Text Example
White with #32320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32320F; }
p { color: rgb(50,50,15); }
H1.HeaderClassName
{
color: #32320F;
}
.AnyTagClassName
{
color: #32320F;
}
</style>
background-color css
<style>
a { background-color: #32320F; }
a { background-color: rgb(50,50,15); }
div.DivClassName
{
background-color: #32320F;
}
.BgClassName
{
background-color: #32320F;
}
</style>
border-color css
<style>
span { border-color: #32320F; }
span { border-color: rgb(50,50,15); }
td.TdClassName
{
border-color: #32320F;
}
.TagClassName
{
border-color: #32320F;
}
</style>