Html Css Color HEX #2D323A Ebony

📋 copy color: '#2D323A'

red 45 ◦ green 50 ◦ blue 58

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

Shades of Ebony #2D323A

Tints of Ebony #2D323A

RGB

 RED value IS 45 (17.97% from 255) = 29.41%

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

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

R = 29.41%
G = 32.68%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D323A (or 0x2D323A) is known color: Ebony. HEX triplet: 2D, 32 and 3A. RGB value is (45,50,58). Sum of RGB (Red+Green+Blue) = 45+50+58=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323A is #D2CDC5. Grayscale: #313131. Windows color (decimal): -13815238 or 3813933. OLE color: 3813933.

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

Color convert

RGB 45 50 58 -
CMYK 0.22 0.14 0 0.77
HSL 216.92º 0.13% 0.2% -
HSV(B) 216.92º 0.22% 0.23% -
XYZ 2.99 3.14 4.45 -
YUV 49.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 45 50 58 0.22 0.14 0 0.77 216.92 0.13 0.2
Hex 2D 32 3A 16 E 0 4D D9 D 14
Octal 55 62 72 26 16 0 115 331 15 24
Binary 101101 110010 111010 10110 1110 0 1001101 11011001 1101 10100

Color Harmonies of #2D323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D323A

Black with #2D323A

Text Example


Text Example

White with #2D323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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