Shades of Karaka #313214
Tints of Karaka #313214
RGB
CMYK
RGB Variations
Color information
#313214 (or 0x313214) is known color: Karaka. HEX triplet: 31, 32 and 14. RGB value is (49,50,20). Sum of RGB (Red+Green+Blue) = 49+50+20=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #313214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313214 is #CECDEB. Grayscale: #2E2E2E. Windows color (decimal): -13553132 or 1323569. OLE color: 1323569.
HSL color Cylindrical-coordinate representation of color #313214: hue angle of 62º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313214 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 20 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.80 |
| HSL | 62º | 0.43% | 0.14% | - |
| HSV(B) | 62º | 0.6% | 0.2% | - |
| XYZ | 2.53 | 2.98 | 1.1 | - |
| YUV | 46.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 20 | 0.02 | 0 | 0.60 | 0.80 | 62 | 0.43 | 0.14 |
| Hex | 31 | 32 | 14 | 2 | 0 | 3C | 50 | 3E | 2B | E |
| Octal | 61 | 62 | 24 | 2 | 0 | 74 | 120 | 76 | 53 | 16 |
| Binary | 110001 | 110010 | 10100 | 10 | 0 | 111100 | 1010000 | 111110 | 101011 | 1110 |
Color Harmonies of #313214
Complementary color
Monochromatic Colors of #313214
Black with #313214
Text Example
Text Example
White with #313214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313214; }
p { color: rgb(49,50,20); }
H1.HeaderClassName
{
color: #313214;
}
.AnyTagClassName
{
color: #313214;
}
</style>
background-color css
<style>
a { background-color: #313214; }
a { background-color: rgb(49,50,20); }
div.DivClassName
{
background-color: #313214;
}
.BgClassName
{
background-color: #313214;
}
</style>
border-color css
<style>
span { border-color: #313214; }
span { border-color: rgb(49,50,20); }
td.TdClassName
{
border-color: #313214;
}
.TagClassName
{
border-color: #313214;
}
</style>