Shades of Karaka #313000
Tints of Karaka #313000
RGB
CMYK
RGB Variations
Color information
#313000 (or 0x313000) is known color: Karaka. HEX triplet: 31, 30 and 00. RGB value is (49,48,0). Sum of RGB (Red+Green+Blue) = 49+48+0=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #313000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313000 is #CECFFF. Grayscale: #2B2B2B. Windows color (decimal): -13553664 or 12337. OLE color: 12337.
HSL color Cylindrical-coordinate representation of color #313000: hue angle of 58.78º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.81 |
| HSL | 58.78º | 1% | 0.1% | - |
| HSV(B) | 58.78º | 1% | 0.19% | - |
| XYZ | 2.32 | 2.77 | 0.41 | - |
| YUV | 42.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 0 | 0 | 0.02 | 1 | 0.81 | 58.78 | 1 | 0.1 |
| Hex | 31 | 30 | 0 | 0 | 2 | 64 | 51 | 3B | 64 | A |
| Octal | 61 | 60 | 0 | 0 | 2 | 144 | 121 | 73 | 144 | 12 |
| Binary | 110001 | 110000 | 0 | 0 | 10 | 1100100 | 1010001 | 111011 | 1100100 | 1010 |
Color Harmonies of #313000
Complementary color
Monochromatic Colors of #313000
Black with #313000
Text Example
Text Example
White with #313000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313000; }
p { color: rgb(49,48,0); }
H1.HeaderClassName
{
color: #313000;
}
.AnyTagClassName
{
color: #313000;
}
</style>
background-color css
<style>
a { background-color: #313000; }
a { background-color: rgb(49,48,0); }
div.DivClassName
{
background-color: #313000;
}
.BgClassName
{
background-color: #313000;
}
</style>
border-color css
<style>
span { border-color: #313000; }
span { border-color: rgb(49,48,0); }
td.TdClassName
{
border-color: #313000;
}
.TagClassName
{
border-color: #313000;
}
</style>