Shades of Karaka #2E2D15
Tints of Karaka #2E2D15
RGB
CMYK
RGB Variations
Color information
#2E2D15 (or 0x2E2D15) is known color: Karaka. HEX triplet: 2E, 2D and 15. RGB value is (46,45,21). Sum of RGB (Red+Green+Blue) = 46+45+21=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D15 is #D1D2EA. Grayscale: #2A2A2A. Windows color (decimal): -13751019 or 1387822. OLE color: 1387822.
HSL color Cylindrical-coordinate representation of color #2E2D15: hue angle of 57.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2D15 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 45 | 21 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.82 |
| HSL | 57.6º | 0.37% | 0.13% | - |
| HSV(B) | 57.6º | 0.54% | 0.18% | - |
| XYZ | 2.2 | 2.51 | 1.08 | - |
| YUV | 42.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 21 | 0 | 0.02 | 0.54 | 0.82 | 57.6 | 0.37 | 0.13 |
| Hex | 2E | 2D | 15 | 0 | 2 | 36 | 52 | 3A | 25 | D |
| Octal | 56 | 55 | 25 | 0 | 2 | 66 | 122 | 72 | 45 | 15 |
| Binary | 101110 | 101101 | 10101 | 0 | 10 | 110110 | 1010010 | 111010 | 100101 | 1101 |
Color Harmonies of #2E2D15
Complementary color
Monochromatic Colors of #2E2D15
Black with #2E2D15
Text Example
Text Example
White with #2E2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D15; }
p { color: rgb(46,45,21); }
H1.HeaderClassName
{
color: #2E2D15;
}
.AnyTagClassName
{
color: #2E2D15;
}
</style>
background-color css
<style>
a { background-color: #2E2D15; }
a { background-color: rgb(46,45,21); }
div.DivClassName
{
background-color: #2E2D15;
}
.BgClassName
{
background-color: #2E2D15;
}
</style>
border-color css
<style>
span { border-color: #2E2D15; }
span { border-color: rgb(46,45,21); }
td.TdClassName
{
border-color: #2E2D15;
}
.TagClassName
{
border-color: #2E2D15;
}
</style>