Html Css Color HEX #324042 Outer Space

📋 copy color: '#324042'

red 50 ◦ green 64 ◦ blue 66

#324042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #324042

Tints of Outer Space #324042

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 value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#324042 (or 0x324042) is known color: 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

RGB 50 64 66 -
CMYK 0.24 0.03 0 0.74
HSL 187.5º 0.14% 0.23% -
HSV(B) 187.5º 0.24% 0.26% -
XYZ 4.13 4.74 5.85 -
YUV 60.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 50 64 66 0.24 0.03 0 0.74 187.5 0.14 0.23
Hex 32 40 42 18 3 0 4A BC E 17
Octal 62 100 102 30 3 0 112 274 16 27
Binary 110010 1000000 1000010 11000 11 0 1001010 10111100 1110 10111

Color Harmonies of #324042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324042

Black with #324042

Text Example


Text Example

White with #324042

Text Example


Text Example

HTML Codes & Css Web 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>