Shades of Karaka #31301F
Tints of Karaka #31301F
RGB
CMYK
RGB Variations
Color information
#31301F (or 0x31301F) is known color: Karaka. HEX triplet: 31, 30 and 1F. RGB value is (49,48,31). Sum of RGB (Red+Green+Blue) = 49+48+31=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31301F is #CECFE0. Grayscale: #2E2E2E. Windows color (decimal): -13553633 or 2043953. OLE color: 2043953.
HSL color Cylindrical-coordinate representation of color #31301F: hue angle of 56.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31301F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 31 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.81 |
| HSL | 56.67º | 0.23% | 0.16% | - |
| HSV(B) | 56.67º | 0.37% | 0.19% | - |
| XYZ | 2.57 | 2.87 | 1.71 | - |
| YUV | 46.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 31 | 0 | 0.02 | 0.37 | 0.81 | 56.67 | 0.23 | 0.16 |
| Hex | 31 | 30 | 1F | 0 | 2 | 25 | 51 | 39 | 16 | 10 |
| Octal | 61 | 60 | 37 | 0 | 2 | 45 | 121 | 71 | 26 | 20 |
| Binary | 110001 | 110000 | 11111 | 0 | 10 | 100101 | 1010001 | 111001 | 10110 | 10000 |
Color Harmonies of #31301F
Complementary color
Monochromatic Colors of #31301F
Black with #31301F
Text Example
Text Example
White with #31301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31301F; }
p { color: rgb(49,48,31); }
H1.HeaderClassName
{
color: #31301F;
}
.AnyTagClassName
{
color: #31301F;
}
</style>
background-color css
<style>
a { background-color: #31301F; }
a { background-color: rgb(49,48,31); }
div.DivClassName
{
background-color: #31301F;
}
.BgClassName
{
background-color: #31301F;
}
</style>
border-color css
<style>
span { border-color: #31301F; }
span { border-color: rgb(49,48,31); }
td.TdClassName
{
border-color: #31301F;
}
.TagClassName
{
border-color: #31301F;
}
</style>