#2E333E

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

Shades of Ebony Clay #2E333E

Tints of Ebony Clay #2E333E

Color information

#2E333E (or 0x2E333E) is unknown color: approx Ebony Clay. HEX triplet: 2E, 33 and 3E. RGB value is (46,51,62). Sum of RGB (Red+Green+Blue) = 46+51+62=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E333E is #D1CCC1. Grayscale: #323232. Windows color (decimal): -13749442 or 4076334. OLE color: 4076334.

HSL color Cylindrical-coordinate representation of color #2E333E: hue angle of 221.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E333E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB465162-
CMYK0.260.1800.76
HSL221.25º14.81%21.18%-
HSV(B)221.25º25.81%24.31%-
XYZ3.183.35.03-
YUV50.76134.34124.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=28.93%
G=32.08%
B=38.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4651620.260.1800.76221.2514.8121.18
Hex2E333E1A1204Cddf15
Octal566376322201143351725
Binary10111011001111111011010100100100110011011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,62); }

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

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

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

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

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

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

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