Shades of Karaka #31300F
Tints of Karaka #31300F
RGB
CMYK
RGB Variations
Color information
#31300F (or 0x31300F) is known color: Karaka. HEX triplet: 31, 30 and 0F. RGB value is (49,48,15). Sum of RGB (Red+Green+Blue) = 49+48+15=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31300F is #CECFF0. Grayscale: #2C2C2C. Windows color (decimal): -13553649 or 995377. OLE color: 995377.
HSL color Cylindrical-coordinate representation of color #31300F: hue angle of 58.24º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31300F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 15 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.81 |
| HSL | 58.24º | 0.53% | 0.13% | - |
| HSV(B) | 58.24º | 0.69% | 0.19% | - |
| XYZ | 2.41 | 2.8 | 0.87 | - |
| YUV | 44.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 15 | 0 | 0.02 | 0.69 | 0.81 | 58.24 | 0.53 | 0.13 |
| Hex | 31 | 30 | F | 0 | 2 | 45 | 51 | 3A | 35 | D |
| Octal | 61 | 60 | 17 | 0 | 2 | 105 | 121 | 72 | 65 | 15 |
| Binary | 110001 | 110000 | 1111 | 0 | 10 | 1000101 | 1010001 | 111010 | 110101 | 1101 |
Color Harmonies of #31300F
Complementary color
Monochromatic Colors of #31300F
Black with #31300F
Text Example
Text Example
White with #31300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31300F; }
p { color: rgb(49,48,15); }
H1.HeaderClassName
{
color: #31300F;
}
.AnyTagClassName
{
color: #31300F;
}
</style>
background-color css
<style>
a { background-color: #31300F; }
a { background-color: rgb(49,48,15); }
div.DivClassName
{
background-color: #31300F;
}
.BgClassName
{
background-color: #31300F;
}
</style>
border-color css
<style>
span { border-color: #31300F; }
span { border-color: rgb(49,48,15); }
td.TdClassName
{
border-color: #31300F;
}
.TagClassName
{
border-color: #31300F;
}
</style>