#293435

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

Shades of Outer Space #293435

Tints of Outer Space #293435

Color information

#293435 (or 0x293435) is unknown color: approx Outer Space. HEX triplet: 29, 34 and 35. RGB value is (41,52,53). Sum of RGB (Red+Green+Blue) = 41+52+53=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #293435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293435 is #D6CBCA. Grayscale: #303030. Windows color (decimal): -14076875 or 3486761. OLE color: 3486761.

HSL color Cylindrical-coordinate representation of color #293435: hue angle of 185º 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 #293435 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB415253-
CMYK0.230.0200.79
HSL185º12.77%18.43%-
HSV(B)185º22.64%20.78%-
XYZ2.793.183.84-
YUV48.82130.36122.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=28.08%
G=35.62%
B=36.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4152530.230.0200.7918512.7718.43
Hex29343517204Fb9d12
Octal51646527201172711522
Binary10100111010011010110111100100111110111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293435; }

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

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

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

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

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

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

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

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