Html Css Color HEX #292C34 Ebony

📋 copy color: '#292C34'

red 41 ◦ green 44 ◦ blue 52

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

Shades of Ebony #292C34

Tints of Ebony #292C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 29.93%
G = 32.12%
B = 37.96%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#292C34 (or 0x292C34) is known color: Ebony. HEX triplet: 29, 2C and 34. RGB value is (41,44,52). Sum of RGB (Red+Green+Blue) = 41+44+52=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #292C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C34 is #D6D3CB. Grayscale: #2B2B2B. Windows color (decimal): -14078924 or 3419177. OLE color: 3419177.

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

Color convert

RGB 41 44 52 -
CMYK 0.21 0.15 0 0.80
HSL 223.64º 0.12% 0.18% -
HSV(B) 223.64º 0.21% 0.2% -
XYZ 2.43 2.52 3.61 -
YUV 44.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 41 44 52 0.21 0.15 0 0.80 223.64 0.12 0.18
Hex 29 2C 34 15 F 0 50 E0 C 12
Octal 51 54 64 25 17 0 120 340 14 22
Binary 101001 101100 110100 10101 1111 0 1010000 11100000 1100 10010

Color Harmonies of #292C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C34

Black with #292C34

Text Example


Text Example

White with #292C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,44,52); }

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

background-color css

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

 a { background-color: rgb(41,44,52); }

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

border-color css

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

 span { border-color: rgb(41,44,52); }

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