Shades of Karaka #2E2E17
Tints of Karaka #2E2E17
RGB
CMYK
RGB Variations
Color information
#2E2E17 (or 0x2E2E17) is known color: Karaka. HEX triplet: 2E, 2E and 17. RGB value is (46,46,23). Sum of RGB (Red+Green+Blue) = 46+46+23=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2E17 is #D1D1E8. Grayscale: #2B2B2B. Windows color (decimal): -13750761 or 1519150. OLE color: 1519150.
HSL color Cylindrical-coordinate representation of color #2E2E17: hue angle of 60º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E2E17 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 46 | 23 | - |
| CMYK | 0 | 0 | 0.50 | 0.82 |
| HSL | 60º | 0.33% | 0.14% | - |
| HSV(B) | 60º | 0.5% | 0.18% | - |
| XYZ | 2.26 | 2.6 | 1.19 | - |
| YUV | 43.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 23 | 0 | 0 | 0.50 | 0.82 | 60 | 0.33 | 0.14 |
| Hex | 2E | 2E | 17 | 0 | 0 | 32 | 52 | 3C | 21 | E |
| Octal | 56 | 56 | 27 | 0 | 0 | 62 | 122 | 74 | 41 | 16 |
| Binary | 101110 | 101110 | 10111 | 0 | 0 | 110010 | 1010010 | 111100 | 100001 | 1110 |
Color Harmonies of #2E2E17
Complementary color
Monochromatic Colors of #2E2E17
Black with #2E2E17
Text Example
Text Example
White with #2E2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E17; }
p { color: rgb(46,46,23); }
H1.HeaderClassName
{
color: #2E2E17;
}
.AnyTagClassName
{
color: #2E2E17;
}
</style>
background-color css
<style>
a { background-color: #2E2E17; }
a { background-color: rgb(46,46,23); }
div.DivClassName
{
background-color: #2E2E17;
}
.BgClassName
{
background-color: #2E2E17;
}
</style>
border-color css
<style>
span { border-color: #2E2E17; }
span { border-color: rgb(46,46,23); }
td.TdClassName
{
border-color: #2E2E17;
}
.TagClassName
{
border-color: #2E2E17;
}
</style>