#323939

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

Shades of Outer Space #323939

Tints of Outer Space #323939

Color information

#323939 (or 0x323939) is unknown color: approx Outer Space. HEX triplet: 32, 39 and 39. RGB value is (50,57,57). Sum of RGB (Red+Green+Blue) = 50+57+57=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #323939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323939 is #CDC6C6. Grayscale: #363636. Windows color (decimal): -13485767 or 3750194. OLE color: 3750194.

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

Color convert

RGB505757-
CMYK0.12000.78
HSL180º6.54%20.98%-
HSV(B)180º12.28%22.35%-
XYZ3.523.94.44-
YUV54.91129.18124.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=30.49%
G=34.76%
B=34.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057570.12000.781806.5420.98
Hex323939C004Eb4715
Octal6271711400116264725
Binary11001011100111100111000010011101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323939; }

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

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

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

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

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

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

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

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