Shades of Karaka #31320D
Tints of Karaka #31320D
RGB
CMYK
RGB Variations
Color information
#31320D (or 0x31320D) is known color: Karaka. HEX triplet: 31, 32 and 0D. RGB value is (49,50,13). Sum of RGB (Red+Green+Blue) = 49+50+13=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #31320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31320D is #CECDF2. Grayscale: #2D2D2D. Windows color (decimal): -13553139 or 864817. OLE color: 864817.
HSL color Cylindrical-coordinate representation of color #31320D: hue angle of 61.62º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31320D is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 13 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.80 |
| HSL | 61.62º | 0.59% | 0.12% | - |
| HSV(B) | 61.62º | 0.74% | 0.2% | - |
| XYZ | 2.48 | 2.96 | 0.82 | - |
| YUV | 45.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 13 | 0.02 | 0 | 0.74 | 0.80 | 61.62 | 0.59 | 0.12 |
| Hex | 31 | 32 | D | 2 | 0 | 4A | 50 | 3E | 3B | C |
| Octal | 61 | 62 | 15 | 2 | 0 | 112 | 120 | 76 | 73 | 14 |
| Binary | 110001 | 110010 | 1101 | 10 | 0 | 1001010 | 1010000 | 111110 | 111011 | 1100 |
Color Harmonies of #31320D
Complementary color
Monochromatic Colors of #31320D
Black with #31320D
Text Example
Text Example
White with #31320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31320D; }
p { color: rgb(49,50,13); }
H1.HeaderClassName
{
color: #31320D;
}
.AnyTagClassName
{
color: #31320D;
}
</style>
background-color css
<style>
a { background-color: #31320D; }
a { background-color: rgb(49,50,13); }
div.DivClassName
{
background-color: #31320D;
}
.BgClassName
{
background-color: #31320D;
}
</style>
border-color css
<style>
span { border-color: #31320D; }
span { border-color: rgb(49,50,13); }
td.TdClassName
{
border-color: #31320D;
}
.TagClassName
{
border-color: #31320D;
}
</style>