Shades of Karaka #2E2D20
Tints of Karaka #2E2D20
RGB
CMYK
RGB Variations
Color information
#2E2D20 (or 0x2E2D20) is known color: Karaka. HEX triplet: 2E, 2D and 20. RGB value is (46,45,32). Sum of RGB (Red+Green+Blue) = 46+45+32=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D20 is #D1D2DF. Grayscale: #2B2B2B. Windows color (decimal): -13751008 or 2108718. OLE color: 2108718.
HSL color Cylindrical-coordinate representation of color #2E2D20: hue angle of 55.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2D20 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 45 | 32 | - |
CMYK | 0 | 0.02 | 0.30 | 0.82 |
HSL | 55.71º | 0.18% | 0.15% | - |
HSV(B) | 55.71º | 0.3% | 0.18% | - |
XYZ | 2.33 | 2.56 | 1.74 | - |
YUV | 43.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 32 | 0 | 0.02 | 0.30 | 0.82 | 55.71 | 0.18 | 0.15 |
Hex | 2E | 2D | 20 | 0 | 2 | 1E | 52 | 38 | 12 | F |
Octal | 56 | 55 | 40 | 0 | 2 | 36 | 122 | 70 | 22 | 17 |
Binary | 101110 | 101101 | 100000 | 0 | 10 | 11110 | 1010010 | 111000 | 10010 | 1111 |
Color Harmonies of #2E2D20
Complementary color
Monochromatic Colors of #2E2D20
Black with #2E2D20
Text Example
Text Example
White with #2E2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D20; }
p { color: rgb(46,45,32); }
H1.HeaderClassName
{
color: #2E2D20;
}
.AnyTagClassName
{
color: #2E2D20;
}
</style>
background-color css
<style>
a { background-color: #2E2D20; }
a { background-color: rgb(46,45,32); }
div.DivClassName
{
background-color: #2E2D20;
}
.BgClassName
{
background-color: #2E2D20;
}
</style>
border-color css
<style>
span { border-color: #2E2D20; }
span { border-color: rgb(46,45,32); }
td.TdClassName
{
border-color: #2E2D20;
}
.TagClassName
{
border-color: #2E2D20;
}
</style>