#323738

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

Shades of Outer Space #323738

Tints of Outer Space #323738

Color information

#323738 (or 0x323738) is unknown color: approx Outer Space. HEX triplet: 32, 37 and 38. RGB value is (50,55,56). Sum of RGB (Red+Green+Blue) = 50+55+56=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #323738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323738 is #CDC8C7. Grayscale: #353535. Windows color (decimal): -13486280 or 3684146. OLE color: 3684146.

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

Color convert

RGB505556-
CMYK0.110.0200.78
HSL190º5.66%20.78%-
HSV(B)190º10.71%21.96%-
XYZ3.43.74.28-
YUV53.62129.34125.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=31.06%
G=34.16%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055560.110.0200.781905.6620.78
Hex323738B204Ebe615
Octal6267701320116276625
Binary110010110111111000101110010011101011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323738; }

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

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

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

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

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

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

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

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