Html Css Color HEX #2D2E30 Ebony

📋 copy color: '#2D2E30'

red 45 ◦ green 46 ◦ blue 48

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

Shades of Ebony #2D2E30

Tints of Ebony #2D2E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.09%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 32.37%
G = 33.09%
B = 34.53%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2D2E30 (or 0x2D2E30) is known color: Ebony. HEX triplet: 2D, 2E and 30. RGB value is (45,46,48). Sum of RGB (Red+Green+Blue) = 45+46+48=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D2E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E30 is #D2D1CF. Grayscale: #2D2D2D. Windows color (decimal): -13816272 or 3157549. OLE color: 3157549.

HSL color Cylindrical-coordinate representation of color #2D2E30: hue angle of 220º degrees, saturation: 0.03, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2D2E30 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 45 46 48 -
CMYK 0.06 0.04 0 0.81
HSL 220º 0.03% 0.18% -
HSV(B) 220º 0.06% 0.19% -
XYZ 2.59 2.73 3.19 -
YUV 45.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 45 46 48 0.06 0.04 0 0.81 220 0.03 0.18
Hex 2D 2E 30 6 4 0 51 DC 3 12
Octal 55 56 60 6 4 0 121 334 3 22
Binary 101101 101110 110000 110 100 0 1010001 11011100 11 10010

Color Harmonies of #2D2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2E30

Black with #2D2E30

Text Example


Text Example

White with #2D2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,46,48); }

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

background-color css

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

 a { background-color: rgb(45,46,48); }

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

border-color css

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

 span { border-color: rgb(45,46,48); }

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