Html Css Color HEX #31373C Baltic Sea

📋 copy color: '#31373C'

red 49 ◦ green 55 ◦ blue 60

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

Shades of Baltic Sea #31373C

Tints of Baltic Sea #31373C

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 value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31373C (or 0x31373C) is known color: 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

RGB 49 55 60 -
CMYK 0.18 0.08 0 0.76
HSL 207.27º 0.1% 0.21% -
HSV(B) 207.27º 0.18% 0.24% -
XYZ 3.45 3.71 4.81 -
YUV 53.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 49 55 60 0.18 0.08 0 0.76 207.27 0.1 0.21
Hex 31 37 3C 12 8 0 4C CF A 15
Octal 61 67 74 22 10 0 114 317 12 25
Binary 110001 110111 111100 10010 1000 0 1001100 11001111 1010 10101

Color Harmonies of #31373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31373C

Black with #31373C

Text Example


Text Example

White with #31373C

Text Example


Text Example

HTML Codes & Css Web 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>