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