#324243

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

Shades of Outer Space #324243

Tints of Outer Space #324243

Color information

#324243 (or 0x324243) is unknown color: approx Outer Space. HEX triplet: 32, 42 and 43. RGB value is (50,66,67). Sum of RGB (Red+Green+Blue) = 50+66+67=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #324243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324243 is #CDBDBC. Grayscale: #3D3D3D. Windows color (decimal): -13483453 or 4407858. OLE color: 4407858.

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

Color convert

RGB506667-
CMYK0.250.0100.74
HSL183.53º14.53%22.94%-
HSV(B)183.53º25.37%26.27%-
XYZ4.284.986.05-
YUV61.33131.2119.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=27.32%
G=36.07%
B=36.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066670.250.0100.74183.5314.5322.94
Hex32424319104Ab8f17
Octal6210210331101122701727
Binary110010100001010000111100110100101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324243; }

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

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

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

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

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

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

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

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