Html Css Color HEX #323839 Outer Space

📋 copy color: '#323839'

red 50 ◦ green 56 ◦ blue 57

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

Shades of Outer Space #323839

Tints of Outer Space #323839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 57 (22.66% from 255) = 34.97%

R = 30.67%
G = 34.36%
B = 34.97%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#323839 (or 0x323839) is known color: Outer Space. HEX triplet: 32, 38 and 39. RGB value is (50,56,57). Sum of RGB (Red+Green+Blue) = 50+56+57=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 57 - color contains mainly: blue. Hex color #323839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323839 is #CDC7C6. Grayscale: #363636. Windows color (decimal): -13486023 or 3749938. OLE color: 3749938.

HSL color Cylindrical-coordinate representation of color #323839: hue angle of 188.57º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #323839 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 56 57 -
CMYK 0.12 0.02 0 0.78
HSL 188.57º 0.07% 0.21% -
HSV(B) 188.57º 0.12% 0.22% -
XYZ 3.47 3.8 4.42 -
YUV 54.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 50 56 57 0.12 0.02 0 0.78 188.57 0.07 0.21
Hex 32 38 39 C 2 0 4E BD 7 15
Octal 62 70 71 14 2 0 116 275 7 25
Binary 110010 111000 111001 1100 10 0 1001110 10111101 111 10101

Color Harmonies of #323839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323839

Black with #323839

Text Example


Text Example

White with #323839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323839; }

 p { color: rgb(50,56,57); }

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

background-color css

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

 a { background-color: rgb(50,56,57); }

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

border-color css

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

 span { border-color: rgb(50,56,57); }

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