#2A323D

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

Shades of Ebony #2A323D

Tints of Ebony #2A323D

Color information

#2A323D (or 0x2A323D) is unknown color: approx Ebony. HEX triplet: 2A, 32 and 3D. RGB value is (42,50,61). Sum of RGB (Red+Green+Blue) = 42+50+61=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A323D is #D5CDC2. Grayscale: #303030. Windows color (decimal): -14011843 or 4010538. OLE color: 4010538.

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

Color convert

RGB425061-
CMYK0.310.1800.76
HSL214.74º18.45%20.2%-
HSV(B)214.74º31.15%23.92%-
XYZ2.943.114.86-
YUV48.86134.85123.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=27.45%
G=32.68%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4250610.310.1800.76214.7418.4520.2
Hex2A323D1F1204Cd71214
Octal526275372201143272224
Binary101010110010111101111111001001001100110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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