Html Css Color HEX #324143 Outer Space

📋 copy color: '#324143'

red 50 ◦ green 65 ◦ blue 67

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

Shades of Outer Space #324143

Tints of Outer Space #324143

RGB

 RED value IS 50 (19.92% from 255) = 27.47%

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 27.47%
G = 35.71%
B = 36.81%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#324143 (or 0x324143) is known color: Outer Space. HEX triplet: 32, 41 and 43. RGB value is (50,65,67). Sum of RGB (Red+Green+Blue) = 50+65+67=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #324143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324143 is #CDBEBC. Grayscale: #3C3C3C. Windows color (decimal): -13483709 or 4407602. OLE color: 4407602.

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

Color convert

RGB 50 65 67 -
CMYK 0.25 0.03 0 0.74
HSL 187.06º 0.15% 0.23% -
HSV(B) 187.06º 0.25% 0.26% -
XYZ 4.22 4.86 6.03 -
YUV 60.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 50 65 67 0.25 0.03 0 0.74 187.06 0.15 0.23
Hex 32 41 43 19 3 0 4A BB F 17
Octal 62 101 103 31 3 0 112 273 17 27
Binary 110010 1000001 1000011 11001 11 0 1001010 10111011 1111 10111

Color Harmonies of #324143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324143

Black with #324143

Text Example


Text Example

White with #324143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324143; }

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

 H1.HeaderClassName
 {
   color: #324143;
 }
 .AnyTagClassName
 {
   color: #324143;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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