Html Css Color HEX #2C323A Ebony

📋 copy color: '#2C323A'

red 44 ◦ green 50 ◦ blue 58

#2C323A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ebony #2C323A

Tints of Ebony #2C323A

RGB

 RED value IS 44 (17.58% from 255) = 28.95%

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 28.95%
G = 32.89%
B = 38.16%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C323A (or 0x2C323A) is known color: Ebony. HEX triplet: 2C, 32 and 3A. RGB value is (44,50,58). Sum of RGB (Red+Green+Blue) = 44+50+58=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C323A is #D3CDC5. Grayscale: #313131. Windows color (decimal): -13880774 or 3813932. OLE color: 3813932.

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

Color convert

RGB 44 50 58 -
CMYK 0.24 0.14 0 0.77
HSL 214.29º 0.14% 0.2% -
HSV(B) 214.29º 0.24% 0.23% -
XYZ 2.94 3.12 4.45 -
YUV 49.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 44 50 58 0.24 0.14 0 0.77 214.29 0.14 0.2
Hex 2C 32 3A 18 E 0 4D D6 E 14
Octal 54 62 72 30 16 0 115 326 16 24
Binary 101100 110010 111010 11000 1110 0 1001101 11010110 1110 10100

Color Harmonies of #2C323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C323A

Black with #2C323A

Text Example


Text Example

White with #2C323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C323A;
 }
 .AnyTagClassName
 {
   color: #2C323A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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