Shades of Karaka #2F310B
Tints of Karaka #2F310B
RGB
CMYK
RGB Variations
Color information
#2F310B (or 0x2F310B) is known color: Karaka. HEX triplet: 2F, 31 and 0B. RGB value is (47,49,11). Sum of RGB (Red+Green+Blue) = 47+49+11=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #2F310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F310B is #D0CEF4. Grayscale: #2C2C2C. Windows color (decimal): -13684469 or 733487. OLE color: 733487.
HSL color Cylindrical-coordinate representation of color #2F310B: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F310B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 11 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.81 |
| HSL | 63.16º | 0.63% | 0.12% | - |
| HSV(B) | 63.16º | 0.78% | 0.19% | - |
| XYZ | 2.33 | 2.83 | 0.74 | - |
| YUV | 44.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 11 | 0.04 | 0 | 0.78 | 0.81 | 63.16 | 0.63 | 0.12 |
| Hex | 2F | 31 | B | 4 | 0 | 4E | 51 | 3F | 3F | C |
| Octal | 57 | 61 | 13 | 4 | 0 | 116 | 121 | 77 | 77 | 14 |
| Binary | 101111 | 110001 | 1011 | 100 | 0 | 1001110 | 1010001 | 111111 | 111111 | 1100 |
Color Harmonies of #2F310B
Complementary color
Monochromatic Colors of #2F310B
Black with #2F310B
Text Example
Text Example
White with #2F310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F310B; }
p { color: rgb(47,49,11); }
H1.HeaderClassName
{
color: #2F310B;
}
.AnyTagClassName
{
color: #2F310B;
}
</style>
background-color css
<style>
a { background-color: #2F310B; }
a { background-color: rgb(47,49,11); }
div.DivClassName
{
background-color: #2F310B;
}
.BgClassName
{
background-color: #2F310B;
}
</style>
border-color css
<style>
span { border-color: #2F310B; }
span { border-color: rgb(47,49,11); }
td.TdClassName
{
border-color: #2F310B;
}
.TagClassName
{
border-color: #2F310B;
}
</style>