Html Css Color HEX #29313F Ebony

📋 copy color: '#29313F'

red 41 ◦ green 49 ◦ blue 63

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

Shades of Ebony #29313F

Tints of Ebony #29313F

RGB

 RED value IS 41 (16.41% from 255) = 26.8%

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 26.8%
G = 32.03%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29313F (or 0x29313F) is known color: Ebony. HEX triplet: 29, 31 and 3F. RGB value is (41,49,63). Sum of RGB (Red+Green+Blue) = 41+49+63=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #29313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29313F is #D6CEC0. Grayscale: #303030. Windows color (decimal): -14077633 or 4141353. OLE color: 4141353.

HSL color Cylindrical-coordinate representation of color #29313F: hue angle of 218.18º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #29313F is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 49 63 -
CMYK 0.35 0.22 0 0.75
HSL 218.18º 0.21% 0.2% -
HSV(B) 218.18º 0.35% 0.25% -
XYZ 2.91 3.03 5.13 -
YUV 48.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 41 49 63 0.35 0.22 0 0.75 218.18 0.21 0.2
Hex 29 31 3F 23 16 0 4B DA 15 14
Octal 51 61 77 43 26 0 113 332 25 24
Binary 101001 110001 111111 100011 10110 0 1001011 11011010 10101 10100

Color Harmonies of #29313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29313F

Black with #29313F

Text Example


Text Example

White with #29313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29313F;
 }
 .AnyTagClassName
 {
   color: #29313F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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