Html Css Color HEX #292D35 Ebony

📋 copy color: '#292D35'

red 41 ◦ green 45 ◦ blue 53

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

Shades of Ebony #292D35

Tints of Ebony #292D35

RGB

 RED value IS 41 (16.41% from 255) = 29.5%

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

 BLUE value IS 53 (21.09% from 255) = 38.13%

R = 29.5%
G = 32.37%
B = 38.13%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#292D35 (or 0x292D35) is known color: Ebony. HEX triplet: 29, 2D and 35. RGB value is (41,45,53). Sum of RGB (Red+Green+Blue) = 41+45+53=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #292D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D35 is #D6D2CA. Grayscale: #2C2C2C. Windows color (decimal): -14078667 or 3484969. OLE color: 3484969.

HSL color Cylindrical-coordinate representation of color #292D35: hue angle of 220º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #292D35 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 45 53 -
CMYK 0.23 0.15 0 0.79
HSL 220º 0.13% 0.18% -
HSV(B) 220º 0.23% 0.21% -
XYZ 2.5 2.61 3.74 -
YUV 44.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 41 45 53 0.23 0.15 0 0.79 220 0.13 0.18
Hex 29 2D 35 17 F 0 4F DC D 12
Octal 51 55 65 27 17 0 117 334 15 22
Binary 101001 101101 110101 10111 1111 0 1001111 11011100 1101 10010

Color Harmonies of #292D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D35

Black with #292D35

Text Example


Text Example

White with #292D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292D35; }

 p { color: rgb(41,45,53); }

 H1.HeaderClassName
 {
   color: #292D35;
 }
 .AnyTagClassName
 {
   color: #292D35;
 }
</style>

background-color css

<style>
 a { background-color: #292D35; }

 a { background-color: rgb(41,45,53); }

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

border-color css

<style>
 span { border-color: #292D35; }

 span { border-color: rgb(41,45,53); }

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