Html Css Color HEX #313940 Baltic Sea

📋 copy color: '#313940'

red 49 ◦ green 57 ◦ blue 64

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

Shades of Baltic Sea #313940

Tints of Baltic Sea #313940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 28.82%
G = 33.53%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313940 (or 0x313940) is known color: Baltic Sea. HEX triplet: 31, 39 and 40. RGB value is (49,57,64). Sum of RGB (Red+Green+Blue) = 49+57+64=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #313940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313940 is #CEC6BF. Grayscale: #373737. Windows color (decimal): -13551296 or 4208945. OLE color: 4208945.

HSL color Cylindrical-coordinate representation of color #313940: hue angle of 208º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313940 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 57 64 -
CMYK 0.23 0.11 0 0.75
HSL 208º 0.13% 0.22% -
HSV(B) 208º 0.23% 0.25% -
XYZ 3.66 3.95 5.42 -
YUV 55.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 49 57 64 0.23 0.11 0 0.75 208 0.13 0.22
Hex 31 39 40 17 B 0 4B D0 D 16
Octal 61 71 100 27 13 0 113 320 15 26
Binary 110001 111001 1000000 10111 1011 0 1001011 11010000 1101 10110

Color Harmonies of #313940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313940

Black with #313940

Text Example


Text Example

White with #313940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313940; }

 p { color: rgb(49,57,64); }

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

background-color css

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

 a { background-color: rgb(49,57,64); }

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

border-color css

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

 span { border-color: rgb(49,57,64); }

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