#2E2E28

Color #2E2E28 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2E2E28

Tints of Karaka #2E2E28

Color information

#2E2E28 (or 0x2E2E28) is unknown color: approx Karaka. HEX triplet: 2E, 2E and 28. RGB value is (46,46,40). Sum of RGB (Red+Green+Blue) = 46+46+40=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E28 is #D1D1D7. Grayscale: #2D2D2D. Windows color (decimal): -13750744 or 2633262. OLE color: 2633262.

HSL color Cylindrical-coordinate representation of color #2E2E28: hue angle of 60º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E2E28 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB464640-
CMYK000.130.82
HSL60º6.98%16.86%-
HSV(B)60º13.04%18.04%-
XYZ2.492.692.4-
YUV45.32125128.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=34.85%
G=34.85%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal464640000.130.82606.9816.86
Hex2E2E2800D523c711
Octal565650001512274721
Binary101110101110101000001101101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2E28; }

 p { color: rgb(46,46,40); }

 H1.HeaderClassName
 {
   color: #2E2E28;
 }
 .AnyTagClassName
 {
   color: #2E2E28;
 }
</style>
background-color css

<style>
 a { background-color: #2E2E28; }

 a { background-color: rgb(46,46,40); }

 div.DivClassName
 {
   background-color: #2E2E28;
 }
 .BgClassName
 {
   background-color: #2E2E28;
 }
</style>
border-color css

<style>
 span { border-color: #2E2E28; }

 span { border-color: rgb(46,46,40); }

 td.TdClassName
 {
   border-color: #2E2E28;
 }
 .TagClassName
 {
   border-color: #2E2E28;
 }
</style>