Shades of Karaka #313002
Tints of Karaka #313002
RGB
CMYK
RGB Variations
Color information
#313002 (or 0x313002) is known color: Karaka. HEX triplet: 31, 30 and 02. RGB value is (49,48,2). Sum of RGB (Red+Green+Blue) = 49+48+2=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #313002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313002 is #CECFFD. Grayscale: #2B2B2B. Windows color (decimal): -13553662 or 143409. OLE color: 143409.
HSL color Cylindrical-coordinate representation of color #313002: hue angle of 58.72º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #313002 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 2 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.81 |
| HSL | 58.72º | 0.92% | 0.1% | - |
| HSV(B) | 58.72º | 0.96% | 0.19% | - |
| XYZ | 2.33 | 2.77 | 0.47 | - |
| YUV | 43.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 2 | 0 | 0.02 | 0.96 | 0.81 | 58.72 | 0.92 | 0.1 |
| Hex | 31 | 30 | 2 | 0 | 2 | 60 | 51 | 3B | 5C | A |
| Octal | 61 | 60 | 2 | 0 | 2 | 140 | 121 | 73 | 134 | 12 |
| Binary | 110001 | 110000 | 10 | 0 | 10 | 1100000 | 1010001 | 111011 | 1011100 | 1010 |
Color Harmonies of #313002
Complementary color
Monochromatic Colors of #313002
Black with #313002
Text Example
Text Example
White with #313002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313002; }
p { color: rgb(49,48,2); }
H1.HeaderClassName
{
color: #313002;
}
.AnyTagClassName
{
color: #313002;
}
</style>
background-color css
<style>
a { background-color: #313002; }
a { background-color: rgb(49,48,2); }
div.DivClassName
{
background-color: #313002;
}
.BgClassName
{
background-color: #313002;
}
</style>
border-color css
<style>
span { border-color: #313002; }
span { border-color: rgb(49,48,2); }
td.TdClassName
{
border-color: #313002;
}
.TagClassName
{
border-color: #313002;
}
</style>