#353939

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

Shades of Outer Space #353939

Tints of Outer Space #353939

Color information

#353939 (or 0x353939) is unknown color: approx Outer Space. HEX triplet: 35, 39 and 39. RGB value is (53,57,57). Sum of RGB (Red+Green+Blue) = 53+57+57=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #353939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353939 is #CAC6C6. Grayscale: #373737. Windows color (decimal): -13289159 or 3750197. OLE color: 3750197.

HSL color Cylindrical-coordinate representation of color #353939: hue angle of 180º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353939 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB535757-
CMYK0.07000.78
HSL180º3.64%21.57%-
HSV(B)180º7.02%22.35%-
XYZ3.673.984.45-
YUV55.8128.67126-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=31.74%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357570.07000.781803.6421.57
Hex3539397004Eb4416
Octal657171700116264426
Binary1101011110011110011110010011101011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353939; }

 p { color: rgb(53,57,57); }

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

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

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

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

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

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

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