Shades of Karaka #323012
Tints of Karaka #323012
RGB
CMYK
RGB Variations
Color information
#323012 (or 0x323012) is known color: Karaka. HEX triplet: 32, 30 and 12. RGB value is (50,48,18). Sum of RGB (Red+Green+Blue) = 50+48+18=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #323012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323012 is #CDCFED. Grayscale: #2D2D2D. Windows color (decimal): -13488110 or 1191986. OLE color: 1191986.
HSL color Cylindrical-coordinate representation of color #323012: hue angle of 56.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323012 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 18 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.80 |
| HSL | 56.25º | 0.47% | 0.13% | - |
| HSV(B) | 56.25º | 0.64% | 0.2% | - |
| XYZ | 2.48 | 2.84 | 0.99 | - |
| YUV | 45.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 18 | 0 | 0.04 | 0.64 | 0.80 | 56.25 | 0.47 | 0.13 |
| Hex | 32 | 30 | 12 | 0 | 4 | 40 | 50 | 38 | 2F | D |
| Octal | 62 | 60 | 22 | 0 | 4 | 100 | 120 | 70 | 57 | 15 |
| Binary | 110010 | 110000 | 10010 | 0 | 100 | 1000000 | 1010000 | 111000 | 101111 | 1101 |
Color Harmonies of #323012
Complementary color
Monochromatic Colors of #323012
Black with #323012
Text Example
Text Example
White with #323012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323012; }
p { color: rgb(50,48,18); }
H1.HeaderClassName
{
color: #323012;
}
.AnyTagClassName
{
color: #323012;
}
</style>
background-color css
<style>
a { background-color: #323012; }
a { background-color: rgb(50,48,18); }
div.DivClassName
{
background-color: #323012;
}
.BgClassName
{
background-color: #323012;
}
</style>
border-color css
<style>
span { border-color: #323012; }
span { border-color: rgb(50,48,18); }
td.TdClassName
{
border-color: #323012;
}
.TagClassName
{
border-color: #323012;
}
</style>