Shades of Karaka #313210
Tints of Karaka #313210
RGB
CMYK
RGB Variations
Color information
#313210 (or 0x313210) is known color: Karaka. HEX triplet: 31, 32 and 10. RGB value is (49,50,16). Sum of RGB (Red+Green+Blue) = 49+50+16=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #313210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313210 is #CECDEF. Grayscale: #2D2D2D. Windows color (decimal): -13553136 or 1061425. OLE color: 1061425.
HSL color Cylindrical-coordinate representation of color #313210: hue angle of 61.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313210 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 16 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.80 |
| HSL | 61.76º | 0.52% | 0.13% | - |
| HSV(B) | 61.76º | 0.68% | 0.2% | - |
| XYZ | 2.5 | 2.97 | 0.93 | - |
| YUV | 45.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 16 | 0.02 | 0 | 0.68 | 0.80 | 61.76 | 0.52 | 0.13 |
| Hex | 31 | 32 | 10 | 2 | 0 | 44 | 50 | 3E | 34 | D |
| Octal | 61 | 62 | 20 | 2 | 0 | 104 | 120 | 76 | 64 | 15 |
| Binary | 110001 | 110010 | 10000 | 10 | 0 | 1000100 | 1010000 | 111110 | 110100 | 1101 |
Color Harmonies of #313210
Complementary color
Monochromatic Colors of #313210
Black with #313210
Text Example
Text Example
White with #313210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313210; }
p { color: rgb(49,50,16); }
H1.HeaderClassName
{
color: #313210;
}
.AnyTagClassName
{
color: #313210;
}
</style>
background-color css
<style>
a { background-color: #313210; }
a { background-color: rgb(49,50,16); }
div.DivClassName
{
background-color: #313210;
}
.BgClassName
{
background-color: #313210;
}
</style>
border-color css
<style>
span { border-color: #313210; }
span { border-color: rgb(49,50,16); }
td.TdClassName
{
border-color: #313210;
}
.TagClassName
{
border-color: #313210;
}
</style>