#2A313A

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

Shades of Ebony #2A313A

Tints of Ebony #2A313A

Color information

#2A313A (or 0x2A313A) is unknown color: approx Ebony. HEX triplet: 2A, 31 and 3A. RGB value is (42,49,58). Sum of RGB (Red+Green+Blue) = 42+49+58=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A313A is #D5CEC5. Grayscale: #2F2F2F. Windows color (decimal): -14012102 or 3813674. OLE color: 3813674.

HSL color Cylindrical-coordinate representation of color #2A313A: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A313A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB424958-
CMYK0.280.1600.77
HSL213.75º16%19.61%-
HSV(B)213.75º27.59%22.75%-
XYZ2.822.994.43-
YUV47.93133.68123.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=28.19%
G=32.89%
B=38.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4249580.280.1600.77213.751619.61
Hex2A313A1C1004Dd61014
Octal526172342001153262024
Binary101010110001111010111001000001001101110101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,58); }

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

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

 a { background-color: rgb(42,49,58); }

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

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

 span { border-color: rgb(42,49,58); }

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