Shades of Karaka #2F2E10
Tints of Karaka #2F2E10
RGB
CMYK
RGB Variations
Color information
#2F2E10 (or 0x2F2E10) is known color: Karaka. HEX triplet: 2F, 2E and 10. RGB value is (47,46,16). Sum of RGB (Red+Green+Blue) = 47+46+16=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2E10 is #D0D1EF. Grayscale: #2A2A2A. Windows color (decimal): -13685232 or 1060399. OLE color: 1060399.
HSL color Cylindrical-coordinate representation of color #2F2E10: hue angle of 58.06º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2E10 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 46 | 16 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.82 |
| HSL | 58.06º | 0.49% | 0.12% | - |
| HSV(B) | 58.06º | 0.66% | 0.18% | - |
| XYZ | 2.24 | 2.6 | 0.87 | - |
| YUV | 42.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 16 | 0 | 0.02 | 0.66 | 0.82 | 58.06 | 0.49 | 0.12 |
| Hex | 2F | 2E | 10 | 0 | 2 | 42 | 52 | 3A | 31 | C |
| Octal | 57 | 56 | 20 | 0 | 2 | 102 | 122 | 72 | 61 | 14 |
| Binary | 101111 | 101110 | 10000 | 0 | 10 | 1000010 | 1010010 | 111010 | 110001 | 1100 |
Color Harmonies of #2F2E10
Complementary color
Monochromatic Colors of #2F2E10
Black with #2F2E10
Text Example
Text Example
White with #2F2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E10; }
p { color: rgb(47,46,16); }
H1.HeaderClassName
{
color: #2F2E10;
}
.AnyTagClassName
{
color: #2F2E10;
}
</style>
background-color css
<style>
a { background-color: #2F2E10; }
a { background-color: rgb(47,46,16); }
div.DivClassName
{
background-color: #2F2E10;
}
.BgClassName
{
background-color: #2F2E10;
}
</style>
border-color css
<style>
span { border-color: #2F2E10; }
span { border-color: rgb(47,46,16); }
td.TdClassName
{
border-color: #2F2E10;
}
.TagClassName
{
border-color: #2F2E10;
}
</style>