#292F39

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

Shades of Ebony #292F39

Tints of Ebony #292F39

Color information

#292F39 (or 0x292F39) is unknown color: approx Ebony. HEX triplet: 29, 2F and 39. RGB value is (41,47,57). Sum of RGB (Red+Green+Blue) = 41+47+57=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #292F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F39 is #D6D0C6. Grayscale: #2E2E2E. Windows color (decimal): -14078151 or 3747625. OLE color: 3747625.

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

Color convert

RGB414757-
CMYK0.280.1800.78
HSL217.5º16.33%19.22%-
HSV(B)217.5º28.07%22.35%-
XYZ2.672.84.27-
YUV46.35134.01124.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=28.28%
G=32.41%
B=39.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4147570.280.1800.78217.516.3319.22
Hex292F391C1204Eda1013
Octal515771342201163322023
Binary101001101111111001111001001001001110110110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,57); }

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

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

 a { background-color: rgb(41,47,57); }

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

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

 span { border-color: rgb(41,47,57); }

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