Shades of Karaka #32300D
Tints of Karaka #32300D
RGB
CMYK
RGB Variations
Color information
#32300D (or 0x32300D) is known color: Karaka. HEX triplet: 32, 30 and 0D. RGB value is (50,48,13). Sum of RGB (Red+Green+Blue) = 50+48+13=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32300D is #CDCFF2. Grayscale: #2C2C2C. Windows color (decimal): -13488115 or 864306. OLE color: 864306.
HSL color Cylindrical-coordinate representation of color #32300D: hue angle of 56.76º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32300D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 13 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.80 |
| HSL | 56.76º | 0.59% | 0.12% | - |
| HSV(B) | 56.76º | 0.74% | 0.2% | - |
| XYZ | 2.44 | 2.82 | 0.8 | - |
| YUV | 44.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 13 | 0 | 0.04 | 0.74 | 0.80 | 56.76 | 0.59 | 0.12 |
| Hex | 32 | 30 | D | 0 | 4 | 4A | 50 | 39 | 3B | C |
| Octal | 62 | 60 | 15 | 0 | 4 | 112 | 120 | 71 | 73 | 14 |
| Binary | 110010 | 110000 | 1101 | 0 | 100 | 1001010 | 1010000 | 111001 | 111011 | 1100 |
Color Harmonies of #32300D
Complementary color
Monochromatic Colors of #32300D
Black with #32300D
Text Example
Text Example
White with #32300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32300D; }
p { color: rgb(50,48,13); }
H1.HeaderClassName
{
color: #32300D;
}
.AnyTagClassName
{
color: #32300D;
}
</style>
background-color css
<style>
a { background-color: #32300D; }
a { background-color: rgb(50,48,13); }
div.DivClassName
{
background-color: #32300D;
}
.BgClassName
{
background-color: #32300D;
}
</style>
border-color css
<style>
span { border-color: #32300D; }
span { border-color: rgb(50,48,13); }
td.TdClassName
{
border-color: #32300D;
}
.TagClassName
{
border-color: #32300D;
}
</style>