#323839

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

Shades of Outer Space #323839

Tints of Outer Space #323839

Color information

#323839 (or 0x323839) is unknown color: approx Outer Space. HEX triplet: 32, 38 and 39. RGB value is (50,56,57). Sum of RGB (Red+Green+Blue) = 50+56+57=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 57 - color contains mainly: blue. Hex color #323839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323839 is #CDC7C6. Grayscale: #363636. Windows color (decimal): -13486023 or 3749938. OLE color: 3749938.

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

Color convert

RGB505657-
CMYK0.120.0200.78
HSL188.57º6.54%20.98%-
HSV(B)188.57º12.28%22.35%-
XYZ3.473.84.42-
YUV54.32129.51124.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=30.67%
G=34.36%
B=34.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056570.120.0200.78188.576.5420.98
Hex323839C204Ebd715
Octal6270711420116275725
Binary110010111000111001110010010011101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323839; }

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

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

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

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

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

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

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

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