#29313D

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

Shades of Ebony #29313D

Tints of Ebony #29313D

Color information

#29313D (or 0x29313D) is unknown color: approx Ebony. HEX triplet: 29, 31 and 3D. RGB value is (41,49,61). Sum of RGB (Red+Green+Blue) = 41+49+61=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #29313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29313D is #D6CEC2. Grayscale: #2F2F2F. Windows color (decimal): -14077635 or 4010281. OLE color: 4010281.

HSL color Cylindrical-coordinate representation of color #29313D: hue angle of 216º 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 #29313D is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB414961-
CMYK0.330.2000.76
HSL216º19.61%20%-
HSV(B)216º32.79%23.92%-
XYZ2.8634.84-
YUV47.98135.35123.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=27.15%
G=32.45%
B=40.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4149610.330.2000.7621619.6120
Hex29313D211404Cd81414
Octal516175412401143302424
Binary1010011100011111011000011010001001100110110001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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