Html Css Color HEX #31373D Baltic Sea

📋 copy color: '#31373D'

red 49 ◦ green 55 ◦ blue 61

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

Shades of Baltic Sea #31373D

Tints of Baltic Sea #31373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 29.7%
G = 33.33%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31373D (or 0x31373D) is known color: Baltic Sea. HEX triplet: 31, 37 and 3D. RGB value is (49,55,61). Sum of RGB (Red+Green+Blue) = 49+55+61=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #31373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31373D is #CEC8C2. Grayscale: #353535. Windows color (decimal): -13551811 or 4011825. OLE color: 4011825.

HSL color Cylindrical-coordinate representation of color #31373D: hue angle of 210º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31373D is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 55 61 -
CMYK 0.20 0.10 0 0.76
HSL 210º 0.11% 0.22% -
HSV(B) 210º 0.2% 0.24% -
XYZ 3.48 3.72 4.95 -
YUV 53.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 49 55 61 0.20 0.10 0 0.76 210 0.11 0.22
Hex 31 37 3D 14 A 0 4C D2 B 16
Octal 61 67 75 24 12 0 114 322 13 26
Binary 110001 110111 111101 10100 1010 0 1001100 11010010 1011 10110

Color Harmonies of #31373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31373D

Black with #31373D

Text Example


Text Example

White with #31373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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