#324142

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

Shades of Outer Space #324142

Tints of Outer Space #324142

Color information

#324142 (or 0x324142) is unknown color: approx Outer Space. HEX triplet: 32, 41 and 42. RGB value is (50,65,66). Sum of RGB (Red+Green+Blue) = 50+65+66=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #324142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324142 is #CDBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13483710 or 4342066. OLE color: 4342066.

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

Color convert

RGB506566-
CMYK0.240.0200.74
HSL183.75º13.79%22.75%-
HSV(B)183.75º24.24%25.88%-
XYZ4.194.855.87-
YUV60.63131.03120.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=27.62%
G=35.91%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5065660.240.0200.74183.7513.7922.75
Hex32414218204Ab8e17
Octal6210110230201122701627
Binary1100101000001100001011000100100101010111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324142; }

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

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

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

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

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

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

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

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