Shades of Karaka #2E2E0E
Tints of Karaka #2E2E0E
RGB
CMYK
RGB Variations
Color information
#2E2E0E (or 0x2E2E0E) is known color: Karaka. HEX triplet: 2E, 2E and 0E. RGB value is (46,46,14). Sum of RGB (Red+Green+Blue) = 46+46+14=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2E0E is #D1D1F1. Grayscale: #2A2A2A. Windows color (decimal): -13750770 or 929326. OLE color: 929326.
HSL color Cylindrical-coordinate representation of color #2E2E0E: hue angle of 60º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2E0E is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 46 | 14 | - |
| CMYK | 0 | 0 | 0.70 | 0.82 |
| HSL | 60º | 0.53% | 0.12% | - |
| HSV(B) | 60º | 0.7% | 0.18% | - |
| XYZ | 2.18 | 2.57 | 0.8 | - |
| YUV | 42.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 14 | 0 | 0 | 0.70 | 0.82 | 60 | 0.53 | 0.12 |
| Hex | 2E | 2E | E | 0 | 0 | 46 | 52 | 3C | 35 | C |
| Octal | 56 | 56 | 16 | 0 | 0 | 106 | 122 | 74 | 65 | 14 |
| Binary | 101110 | 101110 | 1110 | 0 | 0 | 1000110 | 1010010 | 111100 | 110101 | 1100 |
Color Harmonies of #2E2E0E
Complementary color
Monochromatic Colors of #2E2E0E
Black with #2E2E0E
Text Example
Text Example
White with #2E2E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E0E; }
p { color: rgb(46,46,14); }
H1.HeaderClassName
{
color: #2E2E0E;
}
.AnyTagClassName
{
color: #2E2E0E;
}
</style>
background-color css
<style>
a { background-color: #2E2E0E; }
a { background-color: rgb(46,46,14); }
div.DivClassName
{
background-color: #2E2E0E;
}
.BgClassName
{
background-color: #2E2E0E;
}
</style>
border-color css
<style>
span { border-color: #2E2E0E; }
span { border-color: rgb(46,46,14); }
td.TdClassName
{
border-color: #2E2E0E;
}
.TagClassName
{
border-color: #2E2E0E;
}
</style>