#324042

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

Shades of Outer Space #324042

Tints of Outer Space #324042

Color information

#324042 (or 0x324042) is unknown color: approx Outer Space. HEX triplet: 32, 40 and 42. RGB value is (50,64,66). Sum of RGB (Red+Green+Blue) = 50+64+66=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #324042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324042 is #CDBFBD. Grayscale: #3C3C3C. Windows color (decimal): -13483966 or 4341810. OLE color: 4341810.

HSL color Cylindrical-coordinate representation of color #324042: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324042 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB506466-
CMYK0.240.0300.74
HSL187.5º13.79%22.75%-
HSV(B)187.5º24.24%25.88%-
XYZ4.134.745.85-
YUV60.04131.36120.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=27.78%
G=35.56%
B=36.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5064660.240.0300.74187.513.7922.75
Hex32404218304Abbe17
Octal6210010230301122731627
Binary1100101000000100001011000110100101010111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324042; }

 p { color: rgb(50,64,66); }

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

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

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

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

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

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

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