Shades of Karaka #2E2E0F
Tints of Karaka #2E2E0F
RGB
CMYK
RGB Variations
Color information
#2E2E0F (or 0x2E2E0F) is known color: Karaka. HEX triplet: 2E, 2E and 0F. RGB value is (46,46,15). Sum of RGB (Red+Green+Blue) = 46+46+15=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2E0F is #D1D1F0. Grayscale: #2A2A2A. Windows color (decimal): -13750769 or 994862. OLE color: 994862.
HSL color Cylindrical-coordinate representation of color #2E2E0F: hue angle of 60º 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 #2E2E0F is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 46 | 15 | - |
| CMYK | 0 | 0 | 0.67 | 0.82 |
| HSL | 60º | 0.51% | 0.12% | - |
| HSV(B) | 60º | 0.67% | 0.18% | - |
| XYZ | 2.19 | 2.57 | 0.83 | - |
| YUV | 42.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 15 | 0 | 0 | 0.67 | 0.82 | 60 | 0.51 | 0.12 |
| Hex | 2E | 2E | F | 0 | 0 | 43 | 52 | 3C | 33 | C |
| Octal | 56 | 56 | 17 | 0 | 0 | 103 | 122 | 74 | 63 | 14 |
| Binary | 101110 | 101110 | 1111 | 0 | 0 | 1000011 | 1010010 | 111100 | 110011 | 1100 |
Color Harmonies of #2E2E0F
Complementary color
Monochromatic Colors of #2E2E0F
Black with #2E2E0F
Text Example
Text Example
White with #2E2E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E0F; }
p { color: rgb(46,46,15); }
H1.HeaderClassName
{
color: #2E2E0F;
}
.AnyTagClassName
{
color: #2E2E0F;
}
</style>
background-color css
<style>
a { background-color: #2E2E0F; }
a { background-color: rgb(46,46,15); }
div.DivClassName
{
background-color: #2E2E0F;
}
.BgClassName
{
background-color: #2E2E0F;
}
</style>
border-color css
<style>
span { border-color: #2E2E0F; }
span { border-color: rgb(46,46,15); }
td.TdClassName
{
border-color: #2E2E0F;
}
.TagClassName
{
border-color: #2E2E0F;
}
</style>