Shades of Karaka #313115
Tints of Karaka #313115
RGB
CMYK
RGB Variations
Color information
#313115 (or 0x313115) is known color: Karaka. HEX triplet: 31, 31 and 15. RGB value is (49,49,21). Sum of RGB (Red+Green+Blue) = 49+49+21=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313115 is #CECEEA. Grayscale: #2D2D2D. Windows color (decimal): -13553387 or 1388849. OLE color: 1388849.
HSL color Cylindrical-coordinate representation of color #313115: hue angle of 60º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313115 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 49 | 21 | - |
| CMYK | 0 | 0 | 0.57 | 0.81 |
| HSL | 60º | 0.4% | 0.14% | - |
| HSV(B) | 60º | 0.57% | 0.19% | - |
| XYZ | 2.5 | 2.9 | 1.14 | - |
| YUV | 45.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 21 | 0 | 0 | 0.57 | 0.81 | 60 | 0.4 | 0.14 |
| Hex | 31 | 31 | 15 | 0 | 0 | 39 | 51 | 3C | 28 | E |
| Octal | 61 | 61 | 25 | 0 | 0 | 71 | 121 | 74 | 50 | 16 |
| Binary | 110001 | 110001 | 10101 | 0 | 0 | 111001 | 1010001 | 111100 | 101000 | 1110 |
Color Harmonies of #313115
Complementary color
Monochromatic Colors of #313115
Black with #313115
Text Example
Text Example
White with #313115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313115; }
p { color: rgb(49,49,21); }
H1.HeaderClassName
{
color: #313115;
}
.AnyTagClassName
{
color: #313115;
}
</style>
background-color css
<style>
a { background-color: #313115; }
a { background-color: rgb(49,49,21); }
div.DivClassName
{
background-color: #313115;
}
.BgClassName
{
background-color: #313115;
}
</style>
border-color css
<style>
span { border-color: #313115; }
span { border-color: rgb(49,49,21); }
td.TdClassName
{
border-color: #313115;
}
.TagClassName
{
border-color: #313115;
}
</style>