Shades of Karaka #32300B
Tints of Karaka #32300B
RGB
CMYK
RGB Variations
Color information
#32300B (or 0x32300B) is known color: Karaka. HEX triplet: 32, 30 and 0B. RGB value is (50,48,11). Sum of RGB (Red+Green+Blue) = 50+48+11=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #32300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32300B is #CDCFF4. Grayscale: #2C2C2C. Windows color (decimal): -13488117 or 733234. OLE color: 733234.
HSL color Cylindrical-coordinate representation of color #32300B: hue angle of 56.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32300B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 11 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.80 |
| HSL | 56.92º | 0.64% | 0.12% | - |
| HSV(B) | 56.92º | 0.78% | 0.2% | - |
| XYZ | 2.43 | 2.82 | 0.73 | - |
| YUV | 44.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 11 | 0 | 0.04 | 0.78 | 0.80 | 56.92 | 0.64 | 0.12 |
| Hex | 32 | 30 | B | 0 | 4 | 4E | 50 | 39 | 40 | C |
| Octal | 62 | 60 | 13 | 0 | 4 | 116 | 120 | 71 | 100 | 14 |
| Binary | 110010 | 110000 | 1011 | 0 | 100 | 1001110 | 1010000 | 111001 | 1000000 | 1100 |
Color Harmonies of #32300B
Complementary color
Monochromatic Colors of #32300B
Black with #32300B
Text Example
Text Example
White with #32300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32300B; }
p { color: rgb(50,48,11); }
H1.HeaderClassName
{
color: #32300B;
}
.AnyTagClassName
{
color: #32300B;
}
</style>
background-color css
<style>
a { background-color: #32300B; }
a { background-color: rgb(50,48,11); }
div.DivClassName
{
background-color: #32300B;
}
.BgClassName
{
background-color: #32300B;
}
</style>
border-color css
<style>
span { border-color: #32300B; }
span { border-color: rgb(50,48,11); }
td.TdClassName
{
border-color: #32300B;
}
.TagClassName
{
border-color: #32300B;
}
</style>