Html Css Color HEX #2D313D Ebony

📋 copy color: '#2D313D'

red 45 ◦ green 49 ◦ blue 61

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

Shades of Ebony #2D313D

Tints of Ebony #2D313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 29.03%
G = 31.61%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D313D (or 0x2D313D) is known color: Ebony. HEX triplet: 2D, 31 and 3D. RGB value is (45,49,61). Sum of RGB (Red+Green+Blue) = 45+49+61=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D313D is #D2CEC2. Grayscale: #313131. Windows color (decimal): -13815491 or 4010285. OLE color: 4010285.

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

Color convert

RGB 45 49 61 -
CMYK 0.26 0.20 0 0.76
HSL 225º 0.15% 0.21% -
HSV(B) 225º 0.26% 0.24% -
XYZ 3.02 3.09 4.85 -
YUV 49.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 45 49 61 0.26 0.20 0 0.76 225 0.15 0.21
Hex 2D 31 3D 1A 14 0 4C E1 F 15
Octal 55 61 75 32 24 0 114 341 17 25
Binary 101101 110001 111101 11010 10100 0 1001100 11100001 1111 10101

Color Harmonies of #2D313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D313D

Black with #2D313D

Text Example


Text Example

White with #2D313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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