Html Css Color HEX #324243 Outer Space

📋 copy color: '#324243'

red 50 ◦ green 66 ◦ blue 67

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

Shades of Outer Space #324243

Tints of Outer Space #324243

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 50 66 67 -
CMYK 0.25 0.01 0 0.74
HSL 183.53º 0.15% 0.23% -
HSV(B) 183.53º 0.25% 0.26% -
XYZ 4.28 4.98 6.05 -
YUV 61.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 50 66 67 0.25 0.01 0 0.74 183.53 0.15 0.23
Hex 32 42 43 19 1 0 4A B8 F 17
Octal 62 102 103 31 1 0 112 270 17 27
Binary 110010 1000010 1000011 11001 1 0 1001010 10111000 1111 10111

Color Harmonies of #324243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324243

Black with #324243

Text Example


Text Example

White with #324243

Text Example


Text Example

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