#29303A

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

Shades of Ebony #29303A

Tints of Ebony #29303A

Color information

#29303A (or 0x29303A) is unknown color: approx Ebony. HEX triplet: 29, 30 and 3A. RGB value is (41,48,58). Sum of RGB (Red+Green+Blue) = 41+48+58=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #29303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29303A is #D6CFC5. Grayscale: #2F2F2F. Windows color (decimal): -14077894 or 3813417. OLE color: 3813417.

HSL color Cylindrical-coordinate representation of color #29303A: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29303A is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB414858-
CMYK0.290.1700.77
HSL215.29º17.17%19.41%-
HSV(B)215.29º29.31%22.75%-
XYZ2.742.894.42-
YUV47.05134.18123.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=27.89%
G=32.65%
B=39.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4148580.290.1700.77215.2917.1719.41
Hex29303A1D1104Dd71113
Octal516072352101153272123
Binary101001110000111010111011000101001101110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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