#292D37

Color #292D37 Ebony (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony #292D37

Tints of Ebony #292D37

Color information

#292D37 (or 0x292D37) is unknown color: approx Ebony. HEX triplet: 29, 2D and 37. RGB value is (41,45,55). Sum of RGB (Red+Green+Blue) = 41+45+55=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #292D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D37 is #D6D2C8. Grayscale: #2C2C2C. Windows color (decimal): -14078665 or 3616041. OLE color: 3616041.

HSL color Cylindrical-coordinate representation of color #292D37: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #292D37 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB414555-
CMYK0.250.1800.78
HSL222.86º14.58%18.82%-
HSV(B)222.86º25.45%21.57%-
XYZ2.542.623.99-
YUV44.94133.67125.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=29.08%
G=31.91%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4145550.250.1800.78222.8614.5818.82
Hex292D37191204Edff13
Octal515567312201163371723
Binary10100110110111011111001100100100111011011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292D37;
 }
 .AnyTagClassName
 {
   color: #292D37;
 }
</style>
background-color css

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

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

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

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

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

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