Shades of Karaka #2E2E2C
Tints of Karaka #2E2E2C
RGB
CMYK
RGB Variations
Color information
#2E2E2C (or 0x2E2E2C) is known color: Karaka. HEX triplet: 2E, 2E and 2C. RGB value is (46,46,44). Sum of RGB (Red+Green+Blue) = 46+46+44=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E2C is #D1D1D3. Grayscale: #2D2D2D. Windows color (decimal): -13750740 or 2895406. OLE color: 2895406.
HSL color Cylindrical-coordinate representation of color #2E2E2C: hue angle of 60º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2E2E2C is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 46 | 44 | - |
| CMYK | 0 | 0 | 0.04 | 0.82 |
| HSL | 60º | 0.02% | 0.18% | - |
| HSV(B) | 60º | 0.04% | 0.18% | - |
| XYZ | 2.56 | 2.72 | 2.77 | - |
| YUV | 45.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 44 | 0 | 0 | 0.04 | 0.82 | 60 | 0.02 | 0.18 |
| Hex | 2E | 2E | 2C | 0 | 0 | 4 | 52 | 3C | 2 | 12 |
| Octal | 56 | 56 | 54 | 0 | 0 | 4 | 122 | 74 | 2 | 22 |
| Binary | 101110 | 101110 | 101100 | 0 | 0 | 100 | 1010010 | 111100 | 10 | 10010 |
Color Harmonies of #2E2E2C
Complementary color
Monochromatic Colors of #2E2E2C
Black with #2E2E2C
Text Example
Text Example
White with #2E2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E2C; }
p { color: rgb(46,46,44); }
H1.HeaderClassName
{
color: #2E2E2C;
}
.AnyTagClassName
{
color: #2E2E2C;
}
</style>
background-color css
<style>
a { background-color: #2E2E2C; }
a { background-color: rgb(46,46,44); }
div.DivClassName
{
background-color: #2E2E2C;
}
.BgClassName
{
background-color: #2E2E2C;
}
</style>
border-color css
<style>
span { border-color: #2E2E2C; }
span { border-color: rgb(46,46,44); }
td.TdClassName
{
border-color: #2E2E2C;
}
.TagClassName
{
border-color: #2E2E2C;
}
</style>