Shades of Karaka #32300A
Tints of Karaka #32300A
RGB
CMYK
RGB Variations
Color information
#32300A (or 0x32300A) is known color: Karaka. HEX triplet: 32, 30 and 0A. RGB value is (50,48,10). Sum of RGB (Red+Green+Blue) = 50+48+10=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #32300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32300A is #CDCFF5. Grayscale: #2C2C2C. Windows color (decimal): -13488118 or 667698. OLE color: 667698.
HSL color Cylindrical-coordinate representation of color #32300A: hue angle of 57º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32300A is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 10 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.80 |
| HSL | 57º | 0.67% | 0.12% | - |
| HSV(B) | 57º | 0.8% | 0.2% | - |
| XYZ | 2.43 | 2.81 | 0.7 | - |
| YUV | 44.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 10 | 0 | 0.04 | 0.80 | 0.80 | 57 | 0.67 | 0.12 |
| Hex | 32 | 30 | A | 0 | 4 | 50 | 50 | 39 | 43 | C |
| Octal | 62 | 60 | 12 | 0 | 4 | 120 | 120 | 71 | 103 | 14 |
| Binary | 110010 | 110000 | 1010 | 0 | 100 | 1010000 | 1010000 | 111001 | 1000011 | 1100 |
Color Harmonies of #32300A
Complementary color
Monochromatic Colors of #32300A
Black with #32300A
Text Example
Text Example
White with #32300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32300A; }
p { color: rgb(50,48,10); }
H1.HeaderClassName
{
color: #32300A;
}
.AnyTagClassName
{
color: #32300A;
}
</style>
background-color css
<style>
a { background-color: #32300A; }
a { background-color: rgb(50,48,10); }
div.DivClassName
{
background-color: #32300A;
}
.BgClassName
{
background-color: #32300A;
}
</style>
border-color css
<style>
span { border-color: #32300A; }
span { border-color: rgb(50,48,10); }
td.TdClassName
{
border-color: #32300A;
}
.TagClassName
{
border-color: #32300A;
}
</style>