Html Css Color HEX #2D3137 Ebony

📋 copy color: '#2D3137'

red 45 ◦ green 49 ◦ blue 55

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

Shades of Ebony #2D3137

Tints of Ebony #2D3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 55 (21.88% from 255) = 36.91%

R = 30.2%
G = 32.89%
B = 36.91%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D3137 (or 0x2D3137) is known color: Ebony. HEX triplet: 2D, 31 and 37. RGB value is (45,49,55). Sum of RGB (Red+Green+Blue) = 45+49+55=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D3137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3137 is #D2CEC8. Grayscale: #303030. Windows color (decimal): -13815497 or 3617069. OLE color: 3617069.

HSL color Cylindrical-coordinate representation of color #2D3137: hue angle of 216º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3137 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 49 55 -
CMYK 0.18 0.11 0 0.78
HSL 216º 0.1% 0.2% -
HSV(B) 216º 0.18% 0.22% -
XYZ 2.87 3.03 4.05 -
YUV 48.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 45 49 55 0.18 0.11 0 0.78 216 0.1 0.2
Hex 2D 31 37 12 B 0 4E D8 A 14
Octal 55 61 67 22 13 0 116 330 12 24
Binary 101101 110001 110111 10010 1011 0 1001110 11011000 1010 10100

Color Harmonies of #2D3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3137

Black with #2D3137

Text Example


Text Example

White with #2D3137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,49,55); }

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

background-color css

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

 a { background-color: rgb(45,49,55); }

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

border-color css

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

 span { border-color: rgb(45,49,55); }

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