Shades of Karaka #313105
Tints of Karaka #313105
RGB
CMYK
RGB Variations
Color information
#313105 (or 0x313105) is known color: Karaka. HEX triplet: 31, 31 and 05. RGB value is (49,49,5). Sum of RGB (Red+Green+Blue) = 49+49+5=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313105 is #CECEFA. Grayscale: #2C2C2C. Windows color (decimal): -13553403 or 340273. OLE color: 340273.
HSL color Cylindrical-coordinate representation of color #313105: hue angle of 60º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #313105 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 49 | 5 | - |
| CMYK | 0 | 0 | 0.90 | 0.81 |
| HSL | 60º | 0.81% | 0.11% | - |
| HSV(B) | 60º | 0.9% | 0.19% | - |
| XYZ | 2.39 | 2.86 | 0.57 | - |
| YUV | 43.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 5 | 0 | 0 | 0.90 | 0.81 | 60 | 0.81 | 0.11 |
| Hex | 31 | 31 | 5 | 0 | 0 | 5A | 51 | 3C | 51 | B |
| Octal | 61 | 61 | 5 | 0 | 0 | 132 | 121 | 74 | 121 | 13 |
| Binary | 110001 | 110001 | 101 | 0 | 0 | 1011010 | 1010001 | 111100 | 1010001 | 1011 |
Color Harmonies of #313105
Complementary color
Monochromatic Colors of #313105
Black with #313105
Text Example
Text Example
White with #313105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313105; }
p { color: rgb(49,49,5); }
H1.HeaderClassName
{
color: #313105;
}
.AnyTagClassName
{
color: #313105;
}
</style>
background-color css
<style>
a { background-color: #313105; }
a { background-color: rgb(49,49,5); }
div.DivClassName
{
background-color: #313105;
}
.BgClassName
{
background-color: #313105;
}
</style>
border-color css
<style>
span { border-color: #313105; }
span { border-color: rgb(49,49,5); }
td.TdClassName
{
border-color: #313105;
}
.TagClassName
{
border-color: #313105;
}
</style>