#29393D

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

Shades of Outer Space #29393D

Tints of Outer Space #29393D

Color information

#29393D (or 0x29393D) is unknown color: approx Outer Space. HEX triplet: 29, 39 and 3D. RGB value is (41,57,61). Sum of RGB (Red+Green+Blue) = 41+57+61=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #29393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393D is #D6C6C2. Grayscale: #343434. Windows color (decimal): -14075587 or 4012329. OLE color: 4012329.

HSL color Cylindrical-coordinate representation of color #29393D: hue angle of 192º 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 #29393D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB415761-
CMYK0.330.0700.76
HSL192º19.61%20%-
HSV(B)192º32.79%23.92%-
XYZ3.223.734.97-
YUV52.67132.7119.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=25.79%
G=35.85%
B=38.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4157610.330.0700.7619219.6120
Hex29393D21704Cc01414
Octal51717541701143002424
Binary10100111100111110110000111101001100110000001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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