Html Css Color HEX #29303E Ebony

📋 copy color: '#29303E'

red 41 ◦ green 48 ◦ blue 62

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

Shades of Ebony #29303E

Tints of Ebony #29303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 62 (24.61% from 255) = 41.06%

R = 27.15%
G = 31.79%
B = 41.06%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29303E (or 0x29303E) is known color: Ebony. HEX triplet: 29, 30 and 3E. RGB value is (41,48,62). Sum of RGB (Red+Green+Blue) = 41+48+62=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #29303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29303E is #D6CFC1. Grayscale: #2F2F2F. Windows color (decimal): -14077890 or 4075561. OLE color: 4075561.

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

Color convert

RGB 41 48 62 -
CMYK 0.34 0.23 0 0.76
HSL 220º 0.2% 0.2% -
HSV(B) 220º 0.34% 0.24% -
XYZ 2.84 2.93 4.97 -
YUV 47.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 41 48 62 0.34 0.23 0 0.76 220 0.2 0.2
Hex 29 30 3E 22 17 0 4C DC 14 14
Octal 51 60 76 42 27 0 114 334 24 24
Binary 101001 110000 111110 100010 10111 0 1001100 11011100 10100 10100

Color Harmonies of #29303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29303E

Black with #29303E

Text Example


Text Example

White with #29303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29303E;
 }
 .AnyTagClassName
 {
   color: #29303E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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