Html Css Color HEX #323738 Outer Space

📋 copy color: '#323738'

red 50 ◦ green 55 ◦ blue 56

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

Shades of Outer Space #323738

Tints of Outer Space #323738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 31.06%
G = 34.16%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#323738 (or 0x323738) is known color: Outer Space. HEX triplet: 32, 37 and 38. RGB value is (50,55,56). Sum of RGB (Red+Green+Blue) = 50+55+56=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #323738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323738 is #CDC8C7. Grayscale: #353535. Windows color (decimal): -13486280 or 3684146. OLE color: 3684146.

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

Color convert

RGB 50 55 56 -
CMYK 0.11 0.02 0 0.78
HSL 190º 0.06% 0.21% -
HSV(B) 190º 0.11% 0.22% -
XYZ 3.4 3.7 4.28 -
YUV 53.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 50 55 56 0.11 0.02 0 0.78 190 0.06 0.21
Hex 32 37 38 B 2 0 4E BE 6 15
Octal 62 67 70 13 2 0 116 276 6 25
Binary 110010 110111 111000 1011 10 0 1001110 10111110 110 10101

Color Harmonies of #323738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323738

Black with #323738

Text Example


Text Example

White with #323738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323738; }

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

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

background-color css

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

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

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

border-color css

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

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

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