Html Css Color HEX #313941 Baltic Sea

📋 copy color: '#313941'

red 49 ◦ green 57 ◦ blue 65

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

Shades of Baltic Sea #313941

Tints of Baltic Sea #313941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 28.65%
G = 33.33%
B = 38.01%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313941 (or 0x313941) is known color: Baltic Sea. HEX triplet: 31, 39 and 41. RGB value is (49,57,65). Sum of RGB (Red+Green+Blue) = 49+57+65=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #313941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313941 is #CEC6BE. Grayscale: #373737. Windows color (decimal): -13551295 or 4274481. OLE color: 4274481.

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

Color convert

RGB 49 57 65 -
CMYK 0.25 0.12 0 0.75
HSL 210º 0.14% 0.22% -
HSV(B) 210º 0.25% 0.25% -
XYZ 3.68 3.96 5.57 -
YUV 55.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 49 57 65 0.25 0.12 0 0.75 210 0.14 0.22
Hex 31 39 41 19 C 0 4B D2 E 16
Octal 61 71 101 31 14 0 113 322 16 26
Binary 110001 111001 1000001 11001 1100 0 1001011 11010010 1110 10110

Color Harmonies of #313941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313941

Black with #313941

Text Example


Text Example

White with #313941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313941; }

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

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

background-color css

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

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

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

border-color css

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

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

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