Shades of Karaka #32301A
Tints of Karaka #32301A
RGB
CMYK
RGB Variations
Color information
#32301A (or 0x32301A) is known color: Karaka. HEX triplet: 32, 30 and 1A. RGB value is (50,48,26). Sum of RGB (Red+Green+Blue) = 50+48+26=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #32301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32301A is #CDCFE5. Grayscale: #2E2E2E. Windows color (decimal): -13488102 or 1716274. OLE color: 1716274.
HSL color Cylindrical-coordinate representation of color #32301A: hue angle of 55º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32301A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 26 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.80 |
| HSL | 55º | 0.32% | 0.15% | - |
| HSV(B) | 55º | 0.48% | 0.2% | - |
| XYZ | 2.56 | 2.87 | 1.4 | - |
| YUV | 46.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 26 | 0 | 0.04 | 0.48 | 0.80 | 55 | 0.32 | 0.15 |
| Hex | 32 | 30 | 1A | 0 | 4 | 30 | 50 | 37 | 20 | F |
| Octal | 62 | 60 | 32 | 0 | 4 | 60 | 120 | 67 | 40 | 17 |
| Binary | 110010 | 110000 | 11010 | 0 | 100 | 110000 | 1010000 | 110111 | 100000 | 1111 |
Color Harmonies of #32301A
Complementary color
Monochromatic Colors of #32301A
Black with #32301A
Text Example
Text Example
White with #32301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32301A; }
p { color: rgb(50,48,26); }
H1.HeaderClassName
{
color: #32301A;
}
.AnyTagClassName
{
color: #32301A;
}
</style>
background-color css
<style>
a { background-color: #32301A; }
a { background-color: rgb(50,48,26); }
div.DivClassName
{
background-color: #32301A;
}
.BgClassName
{
background-color: #32301A;
}
</style>
border-color css
<style>
span { border-color: #32301A; }
span { border-color: rgb(50,48,26); }
td.TdClassName
{
border-color: #32301A;
}
.TagClassName
{
border-color: #32301A;
}
</style>