Shades of Karaka #313213
Tints of Karaka #313213
RGB
CMYK
RGB Variations
Color information
#313213 (or 0x313213) is known color: Karaka. HEX triplet: 31, 32 and 13. RGB value is (49,50,19). Sum of RGB (Red+Green+Blue) = 49+50+19=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #313213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313213 is #CECDEC. Grayscale: #2E2E2E. Windows color (decimal): -13553133 or 1258033. OLE color: 1258033.
HSL color Cylindrical-coordinate representation of color #313213: hue angle of 61.94º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313213 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 19 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.80 |
| HSL | 61.94º | 0.45% | 0.14% | - |
| HSV(B) | 61.94º | 0.62% | 0.2% | - |
| XYZ | 2.52 | 2.98 | 1.06 | - |
| YUV | 46.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 19 | 0.02 | 0 | 0.62 | 0.80 | 61.94 | 0.45 | 0.14 |
| Hex | 31 | 32 | 13 | 2 | 0 | 3E | 50 | 3E | 2D | E |
| Octal | 61 | 62 | 23 | 2 | 0 | 76 | 120 | 76 | 55 | 16 |
| Binary | 110001 | 110010 | 10011 | 10 | 0 | 111110 | 1010000 | 111110 | 101101 | 1110 |
Color Harmonies of #313213
Complementary color
Monochromatic Colors of #313213
Black with #313213
Text Example
Text Example
White with #313213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313213; }
p { color: rgb(49,50,19); }
H1.HeaderClassName
{
color: #313213;
}
.AnyTagClassName
{
color: #313213;
}
</style>
background-color css
<style>
a { background-color: #313213; }
a { background-color: rgb(49,50,19); }
div.DivClassName
{
background-color: #313213;
}
.BgClassName
{
background-color: #313213;
}
</style>
border-color css
<style>
span { border-color: #313213; }
span { border-color: rgb(49,50,19); }
td.TdClassName
{
border-color: #313213;
}
.TagClassName
{
border-color: #313213;
}
</style>