#2D3139

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

Shades of Ebony #2D3139

Tints of Ebony #2D3139

Color information

#2D3139 (or 0x2D3139) is unknown color: approx Ebony. HEX triplet: 2D, 31 and 39. RGB value is (45,49,57). Sum of RGB (Red+Green+Blue) = 45+49+57=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3139 is #D2CEC6. Grayscale: #303030. Windows color (decimal): -13815495 or 3748141. OLE color: 3748141.

HSL color Cylindrical-coordinate representation of color #2D3139: hue angle of 220º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D3139 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB454957-
CMYK0.210.1400.78
HSL220º11.76%20%-
HSV(B)220º21.05%22.35%-
XYZ2.923.054.31-
YUV48.72132.67125.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=29.80%
G=32.45%
B=37.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4549570.210.1400.7822011.7620
Hex2D313915E04Edcc14
Octal556171251601163341424
Binary1011011100011110011010111100100111011011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,57); }

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

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

 a { background-color: rgb(45,49,57); }

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

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

 span { border-color: rgb(45,49,57); }

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