#293335

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

Shades of Outer Space #293335

Tints of Outer Space #293335

Color information

#293335 (or 0x293335) is unknown color: approx Outer Space. HEX triplet: 29, 33 and 35. RGB value is (41,51,53). Sum of RGB (Red+Green+Blue) = 41+51+53=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #293335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293335 is #D6CCCA. Grayscale: #303030. Windows color (decimal): -14077131 or 3486505. OLE color: 3486505.

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

Color convert

RGB415153-
CMYK0.230.0400.79
HSL190º12.77%18.43%-
HSV(B)190º22.64%20.78%-
XYZ2.743.13.82-
YUV48.24130.69122.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=28.28%
G=35.17%
B=36.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4151530.230.0400.7919012.7718.43
Hex29333517404Fbed12
Octal51636527401172761522
Binary101001110011110101101111000100111110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293335; }

 p { color: rgb(41,51,53); }

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

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

 a { background-color: rgb(41,51,53); }

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

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

 span { border-color: rgb(41,51,53); }

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