Shades of Karaka #32301B
Tints of Karaka #32301B
RGB
CMYK
RGB Variations
Color information
#32301B (or 0x32301B) is known color: Karaka. HEX triplet: 32, 30 and 1B. RGB value is (50,48,27). Sum of RGB (Red+Green+Blue) = 50+48+27=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #32301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32301B is #CDCFE4. Grayscale: #2E2E2E. Windows color (decimal): -13488101 or 1781810. OLE color: 1781810.
HSL color Cylindrical-coordinate representation of color #32301B: hue angle of 54.78º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32301B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 27 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.80 |
| HSL | 54.78º | 0.3% | 0.15% | - |
| HSV(B) | 54.78º | 0.46% | 0.2% | - |
| XYZ | 2.57 | 2.87 | 1.46 | - |
| YUV | 46.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 27 | 0 | 0.04 | 0.46 | 0.80 | 54.78 | 0.3 | 0.15 |
| Hex | 32 | 30 | 1B | 0 | 4 | 2E | 50 | 37 | 1E | F |
| Octal | 62 | 60 | 33 | 0 | 4 | 56 | 120 | 67 | 36 | 17 |
| Binary | 110010 | 110000 | 11011 | 0 | 100 | 101110 | 1010000 | 110111 | 11110 | 1111 |
Color Harmonies of #32301B
Complementary color
Monochromatic Colors of #32301B
Black with #32301B
Text Example
Text Example
White with #32301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32301B; }
p { color: rgb(50,48,27); }
H1.HeaderClassName
{
color: #32301B;
}
.AnyTagClassName
{
color: #32301B;
}
</style>
background-color css
<style>
a { background-color: #32301B; }
a { background-color: rgb(50,48,27); }
div.DivClassName
{
background-color: #32301B;
}
.BgClassName
{
background-color: #32301B;
}
</style>
border-color css
<style>
span { border-color: #32301B; }
span { border-color: rgb(50,48,27); }
td.TdClassName
{
border-color: #32301B;
}
.TagClassName
{
border-color: #32301B;
}
</style>