#29383B

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

Shades of Outer Space #29383B

Tints of Outer Space #29383B

Color information

#29383B (or 0x29383B) is unknown color: approx Outer Space. HEX triplet: 29, 38 and 3B. RGB value is (41,56,59). Sum of RGB (Red+Green+Blue) = 41+56+59=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #29383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29383B is #D6C7C4. Grayscale: #333333. Windows color (decimal): -14075845 or 3881001. OLE color: 3881001.

HSL color Cylindrical-coordinate representation of color #29383B: hue angle of 190º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29383B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415659-
CMYK0.310.0500.77
HSL190º18%19.61%-
HSV(B)190º30.51%23.14%-
XYZ3.123.624.67-
YUV51.86132.03120.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=26.28%
G=35.90%
B=37.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4156590.310.0500.771901819.61
Hex29383B1F504Dbe1214
Octal51707337501152762224
Binary1010011110001110111111110101001101101111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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