Shades of Karaka #32300F
Tints of Karaka #32300F
RGB
CMYK
RGB Variations
Color information
#32300F (or 0x32300F) is known color: Karaka. HEX triplet: 32, 30 and 0F. RGB value is (50,48,15). Sum of RGB (Red+Green+Blue) = 50+48+15=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32300F is #CDCFF0. Grayscale: #2C2C2C. Windows color (decimal): -13488113 or 995378. OLE color: 995378.
HSL color Cylindrical-coordinate representation of color #32300F: hue angle of 56.57º 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 #32300F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 15 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.80 |
| HSL | 56.57º | 0.54% | 0.13% | - |
| HSV(B) | 56.57º | 0.7% | 0.2% | - |
| XYZ | 2.46 | 2.83 | 0.87 | - |
| YUV | 44.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 15 | 0 | 0.04 | 0.70 | 0.80 | 56.57 | 0.54 | 0.13 |
| Hex | 32 | 30 | F | 0 | 4 | 46 | 50 | 39 | 36 | D |
| Octal | 62 | 60 | 17 | 0 | 4 | 106 | 120 | 71 | 66 | 15 |
| Binary | 110010 | 110000 | 1111 | 0 | 100 | 1000110 | 1010000 | 111001 | 110110 | 1101 |
Color Harmonies of #32300F
Complementary color
Monochromatic Colors of #32300F
Black with #32300F
Text Example
Text Example
White with #32300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32300F; }
p { color: rgb(50,48,15); }
H1.HeaderClassName
{
color: #32300F;
}
.AnyTagClassName
{
color: #32300F;
}
</style>
background-color css
<style>
a { background-color: #32300F; }
a { background-color: rgb(50,48,15); }
div.DivClassName
{
background-color: #32300F;
}
.BgClassName
{
background-color: #32300F;
}
</style>
border-color css
<style>
span { border-color: #32300F; }
span { border-color: rgb(50,48,15); }
td.TdClassName
{
border-color: #32300F;
}
.TagClassName
{
border-color: #32300F;
}
</style>