#31373C

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

Shades of Baltic Sea #31373C

Tints of Baltic Sea #31373C

Color information

#31373C (or 0x31373C) is unknown color: approx Baltic Sea. HEX triplet: 31, 37 and 3C. RGB value is (49,55,60). Sum of RGB (Red+Green+Blue) = 49+55+60=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 60 - color contains mainly: blue. Hex color #31373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31373C is #CEC8C3. Grayscale: #353535. Windows color (decimal): -13551812 or 3946289. OLE color: 3946289.

HSL color Cylindrical-coordinate representation of color #31373C: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31373C is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB495560-
CMYK0.180.0800.76
HSL207.27º10.09%21.37%-
HSV(B)207.27º18.33%23.53%-
XYZ3.453.714.81-
YUV53.78131.51124.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=29.88%
G=33.54%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4955600.180.0800.76207.2710.0921.37
Hex31373C12804Ccfa15
Octal616774221001143171225
Binary1100011101111111001001010000100110011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31373C; }

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

 H1.HeaderClassName
 {
   color: #31373C;
 }
 .AnyTagClassName
 {
   color: #31373C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31373C;
 }
 .BgClassName
 {
   background-color: #31373C;
 }
</style>
border-color css

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

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

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