Shades of Karaka #31321A
Tints of Karaka #31321A
RGB
CMYK
RGB Variations
Color information
#31321A (or 0x31321A) is known color: Karaka. HEX triplet: 31, 32 and 1A. RGB value is (49,50,26). Sum of RGB (Red+Green+Blue) = 49+50+26=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #31321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321A is #CECDE5. Grayscale: #2F2F2F. Windows color (decimal): -13553126 or 1716785. OLE color: 1716785.
HSL color Cylindrical-coordinate representation of color #31321A: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31321A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 26 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.80 |
| HSL | 62.5º | 0.32% | 0.15% | - |
| HSV(B) | 62.5º | 0.48% | 0.2% | - |
| XYZ | 2.59 | 3.01 | 1.42 | - |
| YUV | 46.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 26 | 0.02 | 0 | 0.48 | 0.80 | 62.5 | 0.32 | 0.15 |
| Hex | 31 | 32 | 1A | 2 | 0 | 30 | 50 | 3F | 20 | F |
| Octal | 61 | 62 | 32 | 2 | 0 | 60 | 120 | 77 | 40 | 17 |
| Binary | 110001 | 110010 | 11010 | 10 | 0 | 110000 | 1010000 | 111111 | 100000 | 1111 |
Color Harmonies of #31321A
Complementary color
Monochromatic Colors of #31321A
Black with #31321A
Text Example
Text Example
White with #31321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31321A; }
p { color: rgb(49,50,26); }
H1.HeaderClassName
{
color: #31321A;
}
.AnyTagClassName
{
color: #31321A;
}
</style>
background-color css
<style>
a { background-color: #31321A; }
a { background-color: rgb(49,50,26); }
div.DivClassName
{
background-color: #31321A;
}
.BgClassName
{
background-color: #31321A;
}
</style>
border-color css
<style>
span { border-color: #31321A; }
span { border-color: rgb(49,50,26); }
td.TdClassName
{
border-color: #31321A;
}
.TagClassName
{
border-color: #31321A;
}
</style>