#313840

Color #313840 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #313840

Tints of Baltic Sea #313840

Color information

#313840 (or 0x313840) is unknown color: approx 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

RGB495664-
CMYK0.230.1300.75
HSL212º13.27%22.16%-
HSV(B)212º23.44%25.1%-
XYZ3.613.855.4-
YUV54.82133.18123.85-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4956640.230.1300.7521213.2722.16
Hex31384017D04Bd4d16
Octal6170100271501133241526
Binary11000111100010000001011111010100101111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>