Html Css Color HEX #2D323C Ebony

📋 copy color: '#2D323C'

red 45 ◦ green 50 ◦ blue 60

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

Shades of Ebony #2D323C

Tints of Ebony #2D323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 29.03%
G = 32.26%
B = 38.71%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D323C (or 0x2D323C) is known color: Ebony. HEX triplet: 2D, 32 and 3C. RGB value is (45,50,60). Sum of RGB (Red+Green+Blue) = 45+50+60=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323C is #D2CDC3. Grayscale: #313131. Windows color (decimal): -13815236 or 3945005. OLE color: 3945005.

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

Color convert

RGB 45 50 60 -
CMYK 0.25 0.17 0 0.76
HSL 220º 0.14% 0.21% -
HSV(B) 220º 0.25% 0.24% -
XYZ 3.04 3.17 4.73 -
YUV 49.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 45 50 60 0.25 0.17 0 0.76 220 0.14 0.21
Hex 2D 32 3C 19 11 0 4C DC E 15
Octal 55 62 74 31 21 0 114 334 16 25
Binary 101101 110010 111100 11001 10001 0 1001100 11011100 1110 10101

Color Harmonies of #2D323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D323C

Black with #2D323C

Text Example


Text Example

White with #2D323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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