Shades of Karaka #31320B
Tints of Karaka #31320B
RGB
CMYK
RGB Variations
Color information
#31320B (or 0x31320B) is known color: Karaka. HEX triplet: 31, 32 and 0B. RGB value is (49,50,11). Sum of RGB (Red+Green+Blue) = 49+50+11=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #31320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31320B is #CECDF4. Grayscale: #2D2D2D. Windows color (decimal): -13553141 or 733745. OLE color: 733745.
HSL color Cylindrical-coordinate representation of color #31320B: hue angle of 61.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31320B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 11 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.80 |
| HSL | 61.54º | 0.64% | 0.12% | - |
| HSV(B) | 61.54º | 0.78% | 0.2% | - |
| XYZ | 2.47 | 2.96 | 0.76 | - |
| YUV | 45.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 11 | 0.02 | 0 | 0.78 | 0.80 | 61.54 | 0.64 | 0.12 |
| Hex | 31 | 32 | B | 2 | 0 | 4E | 50 | 3E | 40 | C |
| Octal | 61 | 62 | 13 | 2 | 0 | 116 | 120 | 76 | 100 | 14 |
| Binary | 110001 | 110010 | 1011 | 10 | 0 | 1001110 | 1010000 | 111110 | 1000000 | 1100 |
Color Harmonies of #31320B
Complementary color
Monochromatic Colors of #31320B
Black with #31320B
Text Example
Text Example
White with #31320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31320B; }
p { color: rgb(49,50,11); }
H1.HeaderClassName
{
color: #31320B;
}
.AnyTagClassName
{
color: #31320B;
}
</style>
background-color css
<style>
a { background-color: #31320B; }
a { background-color: rgb(49,50,11); }
div.DivClassName
{
background-color: #31320B;
}
.BgClassName
{
background-color: #31320B;
}
</style>
border-color css
<style>
span { border-color: #31320B; }
span { border-color: rgb(49,50,11); }
td.TdClassName
{
border-color: #31320B;
}
.TagClassName
{
border-color: #31320B;
}
</style>