Shades of Karaka #2E2D0F
Tints of Karaka #2E2D0F
RGB
CMYK
RGB Variations
Color information
#2E2D0F (or 0x2E2D0F) is known color: Karaka. HEX triplet: 2E, 2D and 0F. RGB value is (46,45,15). Sum of RGB (Red+Green+Blue) = 46+45+15=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D0F is #D1D2F0. Grayscale: #292929. Windows color (decimal): -13751025 or 994606. OLE color: 994606.
HSL color Cylindrical-coordinate representation of color #2E2D0F: hue angle of 58.06º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2D0F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 45 | 15 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.82 |
| HSL | 58.06º | 0.51% | 0.12% | - |
| HSV(B) | 58.06º | 0.67% | 0.18% | - |
| XYZ | 2.15 | 2.49 | 0.82 | - |
| YUV | 41.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 15 | 0 | 0.02 | 0.67 | 0.82 | 58.06 | 0.51 | 0.12 |
| Hex | 2E | 2D | F | 0 | 2 | 43 | 52 | 3A | 33 | C |
| Octal | 56 | 55 | 17 | 0 | 2 | 103 | 122 | 72 | 63 | 14 |
| Binary | 101110 | 101101 | 1111 | 0 | 10 | 1000011 | 1010010 | 111010 | 110011 | 1100 |
Color Harmonies of #2E2D0F
Complementary color
Monochromatic Colors of #2E2D0F
Black with #2E2D0F
Text Example
Text Example
White with #2E2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D0F; }
p { color: rgb(46,45,15); }
H1.HeaderClassName
{
color: #2E2D0F;
}
.AnyTagClassName
{
color: #2E2D0F;
}
</style>
background-color css
<style>
a { background-color: #2E2D0F; }
a { background-color: rgb(46,45,15); }
div.DivClassName
{
background-color: #2E2D0F;
}
.BgClassName
{
background-color: #2E2D0F;
}
</style>
border-color css
<style>
span { border-color: #2E2D0F; }
span { border-color: rgb(46,45,15); }
td.TdClassName
{
border-color: #2E2D0F;
}
.TagClassName
{
border-color: #2E2D0F;
}
</style>