#2A323E

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

Shades of Ebony #2A323E

Tints of Ebony #2A323E

Color information

#2A323E (or 0x2A323E) is unknown color: approx Ebony. HEX triplet: 2A, 32 and 3E. RGB value is (42,50,62). Sum of RGB (Red+Green+Blue) = 42+50+62=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A323E is #D5CDC1. Grayscale: #303030. Windows color (decimal): -14011842 or 4076074. OLE color: 4076074.

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

Color convert

RGB425062-
CMYK0.320.1900.76
HSL216º19.23%20.39%-
HSV(B)216º32.26%24.31%-
XYZ2.963.125-
YUV48.98135.35123.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=27.27%
G=32.47%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4250620.320.1900.7621619.2320.39
Hex2A323E201304Cd81314
Octal526276402301143302324
Binary1010101100101111101000001001101001100110110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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