#32393A

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

Shades of Outer Space #32393A

Tints of Outer Space #32393A

Color information

#32393A (or 0x32393A) is unknown color: approx Outer Space. HEX triplet: 32, 39 and 3A. RGB value is (50,57,58). Sum of RGB (Red+Green+Blue) = 50+57+58=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #32393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32393A is #CDC6C5. Grayscale: #373737. Windows color (decimal): -13485766 or 3815730. OLE color: 3815730.

HSL color Cylindrical-coordinate representation of color #32393A: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32393A is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB505758-
CMYK0.140.0200.77
HSL187.5º7.41%21.18%-
HSV(B)187.5º13.79%22.75%-
XYZ3.543.914.57-
YUV55.02129.68124.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=30.30%
G=34.55%
B=35.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5057580.140.0200.77187.57.4121.18
Hex32393AE204Dbc715
Octal6271721620115274725
Binary110010111001111010111010010011011011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32393A; }

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

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

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

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

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

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

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

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