Shades of Karaka #313217
Tints of Karaka #313217
RGB
CMYK
RGB Variations
Color information
#313217 (or 0x313217) is known color: Karaka. HEX triplet: 31, 32 and 17. RGB value is (49,50,23). Sum of RGB (Red+Green+Blue) = 49+50+23=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #313217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313217 is #CECDE8. Grayscale: #2E2E2E. Windows color (decimal): -13553129 or 1520177. OLE color: 1520177.
HSL color Cylindrical-coordinate representation of color #313217: hue angle of 62.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #313217 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 23 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.80 |
| HSL | 62.22º | 0.37% | 0.14% | - |
| HSV(B) | 62.22º | 0.54% | 0.2% | - |
| XYZ | 2.56 | 3 | 1.25 | - |
| YUV | 46.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 23 | 0.02 | 0 | 0.54 | 0.80 | 62.22 | 0.37 | 0.14 |
| Hex | 31 | 32 | 17 | 2 | 0 | 36 | 50 | 3E | 25 | E |
| Octal | 61 | 62 | 27 | 2 | 0 | 66 | 120 | 76 | 45 | 16 |
| Binary | 110001 | 110010 | 10111 | 10 | 0 | 110110 | 1010000 | 111110 | 100101 | 1110 |
Color Harmonies of #313217
Complementary color
Monochromatic Colors of #313217
Black with #313217
Text Example
Text Example
White with #313217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313217; }
p { color: rgb(49,50,23); }
H1.HeaderClassName
{
color: #313217;
}
.AnyTagClassName
{
color: #313217;
}
</style>
background-color css
<style>
a { background-color: #313217; }
a { background-color: rgb(49,50,23); }
div.DivClassName
{
background-color: #313217;
}
.BgClassName
{
background-color: #313217;
}
</style>
border-color css
<style>
span { border-color: #313217; }
span { border-color: rgb(49,50,23); }
td.TdClassName
{
border-color: #313217;
}
.TagClassName
{
border-color: #313217;
}
</style>