Shades of Karaka #31311D
Tints of Karaka #31311D
RGB
CMYK
RGB Variations
Color information
#31311D (or 0x31311D) is known color: Karaka. HEX triplet: 31, 31 and 1D. RGB value is (49,49,29). Sum of RGB (Red+Green+Blue) = 49+49+29=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31311D is #CECEE2. Grayscale: #2E2E2E. Windows color (decimal): -13553379 or 1913137. OLE color: 1913137.
HSL color Cylindrical-coordinate representation of color #31311D: hue angle of 60º 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 #31311D is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
RGB | 49 | 49 | 29 | - |
CMYK | 0 | 0 | 0.41 | 0.81 |
HSL | 60º | 0.26% | 0.15% | - |
HSV(B) | 60º | 0.41% | 0.19% | - |
XYZ | 2.59 | 2.94 | 1.59 | - |
YUV | 46.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 49 | 29 | 0 | 0 | 0.41 | 0.81 | 60 | 0.26 | 0.15 |
Hex | 31 | 31 | 1D | 0 | 0 | 29 | 51 | 3C | 1A | F |
Octal | 61 | 61 | 35 | 0 | 0 | 51 | 121 | 74 | 32 | 17 |
Binary | 110001 | 110001 | 11101 | 0 | 0 | 101001 | 1010001 | 111100 | 11010 | 1111 |
Color Harmonies of #31311D
Complementary color
Monochromatic Colors of #31311D
Black with #31311D
Text Example
Text Example
White with #31311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31311D; }
p { color: rgb(49,49,29); }
H1.HeaderClassName
{
color: #31311D;
}
.AnyTagClassName
{
color: #31311D;
}
</style>
background-color css
<style>
a { background-color: #31311D; }
a { background-color: rgb(49,49,29); }
div.DivClassName
{
background-color: #31311D;
}
.BgClassName
{
background-color: #31311D;
}
</style>
border-color css
<style>
span { border-color: #31311D; }
span { border-color: rgb(49,49,29); }
td.TdClassName
{
border-color: #31311D;
}
.TagClassName
{
border-color: #31311D;
}
</style>