Shades of Karaka #31301D
Tints of Karaka #31301D
RGB
CMYK
RGB Variations
Color information
#31301D (or 0x31301D) is known color: Karaka. HEX triplet: 31, 30 and 1D. RGB value is (49,48,29). Sum of RGB (Red+Green+Blue) = 49+48+29=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #31301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31301D is #CECFE2. Grayscale: #2E2E2E. Windows color (decimal): -13553635 or 1912881. OLE color: 1912881.
HSL color Cylindrical-coordinate representation of color #31301D: hue angle of 57º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31301D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 29 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.81 |
| HSL | 57º | 0.26% | 0.15% | - |
| HSV(B) | 57º | 0.41% | 0.19% | - |
| XYZ | 2.55 | 2.86 | 1.58 | - |
| YUV | 46.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 29 | 0 | 0.02 | 0.41 | 0.81 | 57 | 0.26 | 0.15 |
| Hex | 31 | 30 | 1D | 0 | 2 | 29 | 51 | 39 | 1A | F |
| Octal | 61 | 60 | 35 | 0 | 2 | 51 | 121 | 71 | 32 | 17 |
| Binary | 110001 | 110000 | 11101 | 0 | 10 | 101001 | 1010001 | 111001 | 11010 | 1111 |
Color Harmonies of #31301D
Complementary color
Monochromatic Colors of #31301D
Black with #31301D
Text Example
Text Example
White with #31301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31301D; }
p { color: rgb(49,48,29); }
H1.HeaderClassName
{
color: #31301D;
}
.AnyTagClassName
{
color: #31301D;
}
</style>
background-color css
<style>
a { background-color: #31301D; }
a { background-color: rgb(49,48,29); }
div.DivClassName
{
background-color: #31301D;
}
.BgClassName
{
background-color: #31301D;
}
</style>
border-color css
<style>
span { border-color: #31301D; }
span { border-color: rgb(49,48,29); }
td.TdClassName
{
border-color: #31301D;
}
.TagClassName
{
border-color: #31301D;
}
</style>