Shades of Karaka #323228
Tints of Karaka #323228
RGB
CMYK
RGB Variations
Color information
#323228 (or 0x323228) is known color: Karaka. HEX triplet: 32, 32 and 28. RGB value is (50,50,40). Sum of RGB (Red+Green+Blue) = 50+50+40=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323228 is #CDCDD7. Grayscale: #303030. Windows color (decimal): -13487576 or 2634290. OLE color: 2634290.
HSL color Cylindrical-coordinate representation of color #323228: hue angle of 60º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #323228 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 40 | - |
| CMYK | 0 | 0 | 0.20 | 0.80 |
| HSL | 60º | 0.11% | 0.18% | - |
| HSV(B) | 60º | 0.2% | 0.2% | - |
| XYZ | 2.84 | 3.11 | 2.46 | - |
| YUV | 48.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 40 | 0 | 0 | 0.20 | 0.80 | 60 | 0.11 | 0.18 |
| Hex | 32 | 32 | 28 | 0 | 0 | 14 | 50 | 3C | B | 12 |
| Octal | 62 | 62 | 50 | 0 | 0 | 24 | 120 | 74 | 13 | 22 |
| Binary | 110010 | 110010 | 101000 | 0 | 0 | 10100 | 1010000 | 111100 | 1011 | 10010 |
Color Harmonies of #323228
Complementary color
Monochromatic Colors of #323228
Black with #323228
Text Example
Text Example
White with #323228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323228; }
p { color: rgb(50,50,40); }
H1.HeaderClassName
{
color: #323228;
}
.AnyTagClassName
{
color: #323228;
}
</style>
background-color css
<style>
a { background-color: #323228; }
a { background-color: rgb(50,50,40); }
div.DivClassName
{
background-color: #323228;
}
.BgClassName
{
background-color: #323228;
}
</style>
border-color css
<style>
span { border-color: #323228; }
span { border-color: rgb(50,50,40); }
td.TdClassName
{
border-color: #323228;
}
.TagClassName
{
border-color: #323228;
}
</style>