Html Css Color HEX #313738 Outer Space

📋 copy color: '#313738'

red 49 ◦ green 55 ◦ blue 56

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

Shades of Outer Space #313738

Tints of Outer Space #313738

RGB

 RED value IS 49 (19.53% from 255) = 30.63%

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

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

R = 30.63%
G = 34.38%
B = 35%

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

#313738 (or 0x313738) is known color: Outer Space. HEX triplet: 31, 37 and 38. RGB value is (49,55,56). Sum of RGB (Red+Green+Blue) = 49+55+56=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #313738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313738 is #CEC8C7. Grayscale: #353535. Windows color (decimal): -13551816 or 3684145. OLE color: 3684145.

HSL color Cylindrical-coordinate representation of color #313738: 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 #313738 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 56 -
CMYK 0.12 0.02 0 0.78
HSL 188.57º 0.07% 0.21% -
HSV(B) 188.57º 0.13% 0.22% -
XYZ 3.35 3.67 4.27 -
YUV 53.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 49 55 56 0.12 0.02 0 0.78 188.57 0.07 0.21
Hex 31 37 38 C 2 0 4E BD 7 15
Octal 61 67 70 14 2 0 116 275 7 25
Binary 110001 110111 111000 1100 10 0 1001110 10111101 111 10101

Color Harmonies of #313738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313738

Black with #313738

Text Example


Text Example

White with #313738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313738; }

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

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

background-color css

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

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

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

border-color css

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

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

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