Html Css Color HEX #29303A Ebony

📋 copy color: '#29303A'

red 41 ◦ green 48 ◦ blue 58

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

Shades of Ebony #29303A

Tints of Ebony #29303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 27.89%
G = 32.65%
B = 39.46%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29303A (or 0x29303A) is known color: Ebony. HEX triplet: 29, 30 and 3A. RGB value is (41,48,58). Sum of RGB (Red+Green+Blue) = 41+48+58=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #29303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29303A is #D6CFC5. Grayscale: #2F2F2F. Windows color (decimal): -14077894 or 3813417. OLE color: 3813417.

HSL color Cylindrical-coordinate representation of color #29303A: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29303A is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 48 58 -
CMYK 0.29 0.17 0 0.77
HSL 215.29º 0.17% 0.19% -
HSV(B) 215.29º 0.29% 0.23% -
XYZ 2.74 2.89 4.42 -
YUV 47.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 41 48 58 0.29 0.17 0 0.77 215.29 0.17 0.19
Hex 29 30 3A 1D 11 0 4D D7 11 13
Octal 51 60 72 35 21 0 115 327 21 23
Binary 101001 110000 111010 11101 10001 0 1001101 11010111 10001 10011

Color Harmonies of #29303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29303A

Black with #29303A

Text Example


Text Example

White with #29303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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