#29383A

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

Shades of Outer Space #29383A

Tints of Outer Space #29383A

Color information

#29383A (or 0x29383A) is unknown color: approx Outer Space. HEX triplet: 29, 38 and 3A. RGB value is (41,56,58). Sum of RGB (Red+Green+Blue) = 41+56+58=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #29383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29383A is #D6C7C5. Grayscale: #333333. Windows color (decimal): -14075846 or 3815465. OLE color: 3815465.

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

Color convert

RGB415658-
CMYK0.290.0300.77
HSL187.06º17.17%19.41%-
HSV(B)187.06º29.31%22.75%-
XYZ3.093.614.54-
YUV51.74131.53120.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=26.45%
G=36.13%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4156580.290.0300.77187.0617.1719.41
Hex29383A1D304Dbb1113
Octal51707235301152732123
Binary101001111000111010111011101001101101110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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