#293234

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

Shades of Outer Space #293234

Tints of Outer Space #293234

Color information

#293234 (or 0x293234) is unknown color: approx Outer Space. HEX triplet: 29, 32 and 34. RGB value is (41,50,52). Sum of RGB (Red+Green+Blue) = 41+50+52=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #293234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293234 is #D6CDCB. Grayscale: #2F2F2F. Windows color (decimal): -14077388 or 3420713. OLE color: 3420713.

HSL color Cylindrical-coordinate representation of color #293234: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293234 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB415052-
CMYK0.210.0400.80
HSL190.91º11.83%18.24%-
HSV(B)190.91º21.15%20.39%-
XYZ2.6733.69-
YUV47.54130.52123.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=28.67%
G=34.97%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150520.210.0400.80190.9111.8318.24
Hex293234154050bfc12
Octal51626425401202771422
Binary101001110010110100101011000101000010111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293234; }

 p { color: rgb(41,50,52); }

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

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

 a { background-color: rgb(41,50,52); }

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

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

 span { border-color: rgb(41,50,52); }

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