#29393A

Color #29393A Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #29393A

Tints of Outer Space #29393A

Color information

#29393A (or 0x29393A) is unknown color: approx Outer Space. HEX triplet: 29, 39 and 3A. RGB value is (41,57,58). Sum of RGB (Red+Green+Blue) = 41+57+58=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #29393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393A is #D6C6C5. Grayscale: #343434. Windows color (decimal): -14075590 or 3815721. OLE color: 3815721.

HSL color Cylindrical-coordinate representation of color #29393A: hue angle of 183.53º 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 #29393A is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415758-
CMYK0.290.0200.77
HSL183.53º17.17%19.41%-
HSV(B)183.53º29.31%22.75%-
XYZ3.143.74.55-
YUV52.33131.2119.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=26.28%
G=36.54%
B=37.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4157580.290.0200.77183.5317.1719.41
Hex29393A1D204Db81113
Octal51717235201152702123
Binary101001111001111010111011001001101101110001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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