Shades of Karaka #313102
Tints of Karaka #313102
RGB
CMYK
RGB Variations
Color information
#313102 (or 0x313102) is known color: Karaka. HEX triplet: 31, 31 and 02. RGB value is (49,49,2). Sum of RGB (Red+Green+Blue) = 49+49+2=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313102 is #CECEFD. Grayscale: #2B2B2B. Windows color (decimal): -13553406 or 143665. OLE color: 143665.
HSL color Cylindrical-coordinate representation of color #313102: hue angle of 60º 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 #313102 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 49 | 2 | - |
| CMYK | 0 | 0 | 0.96 | 0.81 |
| HSL | 60º | 0.92% | 0.1% | - |
| HSV(B) | 60º | 0.96% | 0.19% | - |
| XYZ | 2.38 | 2.85 | 0.48 | - |
| YUV | 43.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 2 | 0 | 0 | 0.96 | 0.81 | 60 | 0.92 | 0.1 |
| Hex | 31 | 31 | 2 | 0 | 0 | 60 | 51 | 3C | 5C | A |
| Octal | 61 | 61 | 2 | 0 | 0 | 140 | 121 | 74 | 134 | 12 |
| Binary | 110001 | 110001 | 10 | 0 | 0 | 1100000 | 1010001 | 111100 | 1011100 | 1010 |
Color Harmonies of #313102
Complementary color
Monochromatic Colors of #313102
Black with #313102
Text Example
Text Example
White with #313102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313102; }
p { color: rgb(49,49,2); }
H1.HeaderClassName
{
color: #313102;
}
.AnyTagClassName
{
color: #313102;
}
</style>
background-color css
<style>
a { background-color: #313102; }
a { background-color: rgb(49,49,2); }
div.DivClassName
{
background-color: #313102;
}
.BgClassName
{
background-color: #313102;
}
</style>
border-color css
<style>
span { border-color: #313102; }
span { border-color: rgb(49,49,2); }
td.TdClassName
{
border-color: #313102;
}
.TagClassName
{
border-color: #313102;
}
</style>