#29303D

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

Shades of Ebony #29303D

Tints of Ebony #29303D

Color information

#29303D (or 0x29303D) is unknown color: approx Ebony. HEX triplet: 29, 30 and 3D. RGB value is (41,48,61). Sum of RGB (Red+Green+Blue) = 41+48+61=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #29303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29303D is #D6CFC2. Grayscale: #2F2F2F. Windows color (decimal): -14077891 or 4010025. OLE color: 4010025.

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

Color convert

RGB414861-
CMYK0.330.2100.76
HSL219º19.61%20%-
HSV(B)219º32.79%23.92%-
XYZ2.812.924.83-
YUV47.39135.68123.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=27.33%
G=32%
B=40.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4148610.330.2100.7621919.6120
Hex29303D211504Cdb1414
Octal516075412501143332424
Binary1010011100001111011000011010101001100110110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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