#2D323E

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

Shades of Ebony Clay #2D323E

Tints of Ebony Clay #2D323E

Color information

#2D323E (or 0x2D323E) is unknown color: approx Ebony Clay. HEX triplet: 2D, 32 and 3E. RGB value is (45,50,62). Sum of RGB (Red+Green+Blue) = 45+50+62=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323E is #D2CDC1. Grayscale: #313131. Windows color (decimal): -13815234 or 4076077. OLE color: 4076077.

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

Color convert

RGB455062-
CMYK0.270.1900.76
HSL222.35º15.89%20.98%-
HSV(B)222.35º27.42%24.31%-
XYZ3.093.195.01-
YUV49.87134.84124.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=28.66%
G=31.85%
B=39.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4550620.270.1900.76222.3515.8920.98
Hex2D323E1B1304Cde1015
Octal556276332301143362025
Binary101101110010111110110111001101001100110111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,50,62); }

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

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

 a { background-color: rgb(45,50,62); }

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

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

 span { border-color: rgb(45,50,62); }

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