Shades of Karaka #313001
Tints of Karaka #313001
RGB
CMYK
RGB Variations
Color information
#313001 (or 0x313001) is known color: Karaka. HEX triplet: 31, 30 and 01. RGB value is (49,48,1). Sum of RGB (Red+Green+Blue) = 49+48+1=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #313001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313001 is #CECFFE. Grayscale: #2B2B2B. Windows color (decimal): -13553663 or 77873. OLE color: 77873.
HSL color Cylindrical-coordinate representation of color #313001: hue angle of 58.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313001 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.81 |
| HSL | 58.75º | 0.96% | 0.1% | - |
| HSV(B) | 58.75º | 0.98% | 0.19% | - |
| XYZ | 2.33 | 2.77 | 0.44 | - |
| YUV | 42.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 1 | 0 | 0.02 | 0.98 | 0.81 | 58.75 | 0.96 | 0.1 |
| Hex | 31 | 30 | 1 | 0 | 2 | 62 | 51 | 3B | 60 | A |
| Octal | 61 | 60 | 1 | 0 | 2 | 142 | 121 | 73 | 140 | 12 |
| Binary | 110001 | 110000 | 1 | 0 | 10 | 1100010 | 1010001 | 111011 | 1100000 | 1010 |
Color Harmonies of #313001
Complementary color
Monochromatic Colors of #313001
Black with #313001
Text Example
Text Example
White with #313001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313001; }
p { color: rgb(49,48,1); }
H1.HeaderClassName
{
color: #313001;
}
.AnyTagClassName
{
color: #313001;
}
</style>
background-color css
<style>
a { background-color: #313001; }
a { background-color: rgb(49,48,1); }
div.DivClassName
{
background-color: #313001;
}
.BgClassName
{
background-color: #313001;
}
</style>
border-color css
<style>
span { border-color: #313001; }
span { border-color: rgb(49,48,1); }
td.TdClassName
{
border-color: #313001;
}
.TagClassName
{
border-color: #313001;
}
</style>