Shades of Karaka #313121
Tints of Karaka #313121
RGB
CMYK
RGB Variations
Color information
#313121 (or 0x313121) is known color: Karaka. HEX triplet: 31, 31 and 21. RGB value is (49,49,33). Sum of RGB (Red+Green+Blue) = 49+49+33=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313121 is #CECEDE. Grayscale: #2F2F2F. Windows color (decimal): -13553375 or 2175281. OLE color: 2175281.
HSL color Cylindrical-coordinate representation of color #313121: hue angle of 60º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313121 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 49 | 33 | - |
| CMYK | 0 | 0 | 0.33 | 0.81 |
| HSL | 60º | 0.2% | 0.16% | - |
| HSV(B) | 60º | 0.33% | 0.19% | - |
| XYZ | 2.64 | 2.96 | 1.87 | - |
| YUV | 47.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 33 | 0 | 0 | 0.33 | 0.81 | 60 | 0.2 | 0.16 |
| Hex | 31 | 31 | 21 | 0 | 0 | 21 | 51 | 3C | 14 | 10 |
| Octal | 61 | 61 | 41 | 0 | 0 | 41 | 121 | 74 | 24 | 20 |
| Binary | 110001 | 110001 | 100001 | 0 | 0 | 100001 | 1010001 | 111100 | 10100 | 10000 |
Color Harmonies of #313121
Complementary color
Monochromatic Colors of #313121
Black with #313121
Text Example
Text Example
White with #313121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313121; }
p { color: rgb(49,49,33); }
H1.HeaderClassName
{
color: #313121;
}
.AnyTagClassName
{
color: #313121;
}
</style>
background-color css
<style>
a { background-color: #313121; }
a { background-color: rgb(49,49,33); }
div.DivClassName
{
background-color: #313121;
}
.BgClassName
{
background-color: #313121;
}
</style>
border-color css
<style>
span { border-color: #313121; }
span { border-color: rgb(49,49,33); }
td.TdClassName
{
border-color: #313121;
}
.TagClassName
{
border-color: #313121;
}
</style>