Shades of Karaka #313209
Tints of Karaka #313209
RGB
CMYK
RGB Variations
Color information
#313209 (or 0x313209) is known color: Karaka. HEX triplet: 31, 32 and 09. RGB value is (49,50,9). Sum of RGB (Red+Green+Blue) = 49+50+9=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #313209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313209 is #CECDF6. Grayscale: #2D2D2D. Windows color (decimal): -13553143 or 602673. OLE color: 602673.
HSL color Cylindrical-coordinate representation of color #313209: hue angle of 61.46º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #313209 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 9 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.80 |
| HSL | 61.46º | 0.69% | 0.12% | - |
| HSV(B) | 61.46º | 0.82% | 0.2% | - |
| XYZ | 2.46 | 2.95 | 0.7 | - |
| YUV | 45.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 9 | 0.02 | 0 | 0.82 | 0.80 | 61.46 | 0.69 | 0.12 |
| Hex | 31 | 32 | 9 | 2 | 0 | 52 | 50 | 3D | 45 | C |
| Octal | 61 | 62 | 11 | 2 | 0 | 122 | 120 | 75 | 105 | 14 |
| Binary | 110001 | 110010 | 1001 | 10 | 0 | 1010010 | 1010000 | 111101 | 1000101 | 1100 |
Color Harmonies of #313209
Complementary color
Monochromatic Colors of #313209
Black with #313209
Text Example
Text Example
White with #313209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313209; }
p { color: rgb(49,50,9); }
H1.HeaderClassName
{
color: #313209;
}
.AnyTagClassName
{
color: #313209;
}
</style>
background-color css
<style>
a { background-color: #313209; }
a { background-color: rgb(49,50,9); }
div.DivClassName
{
background-color: #313209;
}
.BgClassName
{
background-color: #313209;
}
</style>
border-color css
<style>
span { border-color: #313209; }
span { border-color: rgb(49,50,9); }
td.TdClassName
{
border-color: #313209;
}
.TagClassName
{
border-color: #313209;
}
</style>