#2C323D

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

Shades of Ebony #2C323D

Tints of Ebony #2C323D

Color information

#2C323D (or 0x2C323D) is unknown color: approx Ebony. HEX triplet: 2C, 32 and 3D. RGB value is (44,50,61). Sum of RGB (Red+Green+Blue) = 44+50+61=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C323D is #D3CDC2. Grayscale: #313131. Windows color (decimal): -13880771 or 4010540. OLE color: 4010540.

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

Color convert

RGB445061-
CMYK0.280.1800.76
HSL218.82º16.19%20.59%-
HSV(B)218.82º27.87%23.92%-
XYZ3.023.154.86-
YUV49.46134.51124.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=28.39%
G=32.26%
B=39.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4450610.280.1800.76218.8216.1920.59
Hex2C323D1C1204Cdb1015
Octal546275342201143332025
Binary101100110010111101111001001001001100110110111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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