Shades of Karaka #31310C
Tints of Karaka #31310C
RGB
CMYK
RGB Variations
Color information
#31310C (or 0x31310C) is known color: Karaka. HEX triplet: 31, 31 and 0C. RGB value is (49,49,12). Sum of RGB (Red+Green+Blue) = 49+49+12=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31310C is #CECEF3. Grayscale: #2C2C2C. Windows color (decimal): -13553396 or 799025. OLE color: 799025.
HSL color Cylindrical-coordinate representation of color #31310C: hue angle of 60º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31310C is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 49 | 12 | - |
| CMYK | 0 | 0 | 0.76 | 0.81 |
| HSL | 60º | 0.61% | 0.12% | - |
| HSV(B) | 60º | 0.76% | 0.19% | - |
| XYZ | 2.43 | 2.88 | 0.77 | - |
| YUV | 44.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 12 | 0 | 0 | 0.76 | 0.81 | 60 | 0.61 | 0.12 |
| Hex | 31 | 31 | C | 0 | 0 | 4C | 51 | 3C | 3D | C |
| Octal | 61 | 61 | 14 | 0 | 0 | 114 | 121 | 74 | 75 | 14 |
| Binary | 110001 | 110001 | 1100 | 0 | 0 | 1001100 | 1010001 | 111100 | 111101 | 1100 |
Color Harmonies of #31310C
Complementary color
Monochromatic Colors of #31310C
Black with #31310C
Text Example
Text Example
White with #31310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31310C; }
p { color: rgb(49,49,12); }
H1.HeaderClassName
{
color: #31310C;
}
.AnyTagClassName
{
color: #31310C;
}
</style>
background-color css
<style>
a { background-color: #31310C; }
a { background-color: rgb(49,49,12); }
div.DivClassName
{
background-color: #31310C;
}
.BgClassName
{
background-color: #31310C;
}
</style>
border-color css
<style>
span { border-color: #31310C; }
span { border-color: rgb(49,49,12); }
td.TdClassName
{
border-color: #31310C;
}
.TagClassName
{
border-color: #31310C;
}
</style>