Html Css Color HEX #29313D Ebony

📋 copy color: '#29313D'

red 41 ◦ green 49 ◦ blue 61

#29313D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ebony #29313D

Tints of Ebony #29313D

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.4%

R = 27.15%
G = 32.45%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29313D (or 0x29313D) is known color: 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

RGB 41 49 61 -
CMYK 0.33 0.20 0 0.76
HSL 216º 0.2% 0.2% -
HSV(B) 216º 0.33% 0.24% -
XYZ 2.86 3 4.84 -
YUV 47.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 41 49 61 0.33 0.20 0 0.76 216 0.2 0.2
Hex 29 31 3D 21 14 0 4C D8 14 14
Octal 51 61 75 41 24 0 114 330 24 24
Binary 101001 110001 111101 100001 10100 0 1001100 11011000 10100 10100

Color Harmonies of #29313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29313D

Black with #29313D

Text Example


Text Example

White with #29313D

Text Example


Text Example

HTML Codes & Css Web 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>