#29303E

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

Shades of Ebony #29303E

Tints of Ebony #29303E

Color information

#29303E (or 0x29303E) is unknown color: approx Ebony. HEX triplet: 29, 30 and 3E. RGB value is (41,48,62). Sum of RGB (Red+Green+Blue) = 41+48+62=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #29303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29303E is #D6CFC1. Grayscale: #2F2F2F. Windows color (decimal): -14077890 or 4075561. OLE color: 4075561.

HSL color Cylindrical-coordinate representation of color #29303E: hue angle of 220º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29303E is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB414862-
CMYK0.340.2300.76
HSL220º20.39%20.2%-
HSV(B)220º33.87%24.31%-
XYZ2.842.934.97-
YUV47.5136.18123.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=27.15%
G=31.79%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4148620.340.2300.7622020.3920.2
Hex29303E221704Cdc1414
Octal516076422701143342424
Binary1010011100001111101000101011101001100110111001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29303E; }

 p { color: rgb(41,48,62); }

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

<style>
 a { background-color: #29303E; }

 a { background-color: rgb(41,48,62); }

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

<style>
 span { border-color: #29303E; }

 span { border-color: rgb(41,48,62); }

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