Shades of Karaka #313201
Tints of Karaka #313201
RGB
CMYK
RGB Variations
Color information
#313201 (or 0x313201) is known color: Karaka. HEX triplet: 31, 32 and 01. RGB value is (49,50,1). Sum of RGB (Red+Green+Blue) = 49+50+1=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #313201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313201 is #CECDFE. Grayscale: #2C2C2C. Windows color (decimal): -13553151 or 78385. OLE color: 78385.
HSL color Cylindrical-coordinate representation of color #313201: hue angle of 61.22º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313201 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.80 |
| HSL | 61.22º | 0.96% | 0.1% | - |
| HSV(B) | 61.22º | 0.98% | 0.2% | - |
| XYZ | 2.41 | 2.94 | 0.47 | - |
| YUV | 44.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 1 | 0.02 | 0 | 0.98 | 0.80 | 61.22 | 0.96 | 0.1 |
| Hex | 31 | 32 | 1 | 2 | 0 | 62 | 50 | 3D | 60 | A |
| Octal | 61 | 62 | 1 | 2 | 0 | 142 | 120 | 75 | 140 | 12 |
| Binary | 110001 | 110010 | 1 | 10 | 0 | 1100010 | 1010000 | 111101 | 1100000 | 1010 |
Color Harmonies of #313201
Complementary color
Monochromatic Colors of #313201
Black with #313201
Text Example
Text Example
White with #313201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313201; }
p { color: rgb(49,50,1); }
H1.HeaderClassName
{
color: #313201;
}
.AnyTagClassName
{
color: #313201;
}
</style>
background-color css
<style>
a { background-color: #313201; }
a { background-color: rgb(49,50,1); }
div.DivClassName
{
background-color: #313201;
}
.BgClassName
{
background-color: #313201;
}
</style>
border-color css
<style>
span { border-color: #313201; }
span { border-color: rgb(49,50,1); }
td.TdClassName
{
border-color: #313201;
}
.TagClassName
{
border-color: #313201;
}
</style>