Html Css Color HEX #2D323D Ebony

📋 copy color: '#2D323D'

red 45 ◦ green 50 ◦ blue 61

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

Shades of Ebony #2D323D

Tints of Ebony #2D323D

RGB

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

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

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

R = 28.85%
G = 32.05%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D323D (or 0x2D323D) is known color: Ebony. HEX triplet: 2D, 32 and 3D. RGB value is (45,50,61). Sum of RGB (Red+Green+Blue) = 45+50+61=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323D is #D2CDC2. Grayscale: #313131. Windows color (decimal): -13815235 or 4010541. OLE color: 4010541.

HSL color Cylindrical-coordinate representation of color #2D323D: hue angle of 221.25º 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 #2D323D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 50 61 -
CMYK 0.26 0.18 0 0.76
HSL 221.25º 0.15% 0.21% -
HSV(B) 221.25º 0.26% 0.24% -
XYZ 3.07 3.18 4.87 -
YUV 49.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 45 50 61 0.26 0.18 0 0.76 221.25 0.15 0.21
Hex 2D 32 3D 1A 12 0 4C DD F 15
Octal 55 62 75 32 22 0 114 335 17 25
Binary 101101 110010 111101 11010 10010 0 1001100 11011101 1111 10101

Color Harmonies of #2D323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D323D

Black with #2D323D

Text Example


Text Example

White with #2D323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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