Html Css Color HEX #313840 Baltic Sea

📋 copy color: '#313840'

red 49 ◦ green 56 ◦ blue 64

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

Shades of Baltic Sea #313840

Tints of Baltic Sea #313840

RGB

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

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

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

R = 28.99%
G = 33.14%
B = 37.87%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313840 (or 0x313840) is known color: Baltic Sea. HEX triplet: 31, 38 and 40. RGB value is (49,56,64). Sum of RGB (Red+Green+Blue) = 49+56+64=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #313840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313840 is #CEC7BF. Grayscale: #363636. Windows color (decimal): -13551552 or 4208689. OLE color: 4208689.

HSL color Cylindrical-coordinate representation of color #313840: hue angle of 212º 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 #313840 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 56 64 -
CMYK 0.23 0.13 0 0.75
HSL 212º 0.13% 0.22% -
HSV(B) 212º 0.23% 0.25% -
XYZ 3.61 3.85 5.4 -
YUV 54.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 49 56 64 0.23 0.13 0 0.75 212 0.13 0.22
Hex 31 38 40 17 D 0 4B D4 D 16
Octal 61 70 100 27 15 0 113 324 15 26
Binary 110001 111000 1000000 10111 1101 0 1001011 11010100 1101 10110

Color Harmonies of #313840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313840

Black with #313840

Text Example


Text Example

White with #313840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313840; }

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

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

background-color css

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

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

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

border-color css

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

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

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