#31363B

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

Shades of Baltic Sea #31363B

Tints of Baltic Sea #31363B

Color information

#31363B (or 0x31363B) is unknown color: approx Baltic Sea. HEX triplet: 31, 36 and 3B. RGB value is (49,54,59). Sum of RGB (Red+Green+Blue) = 49+54+59=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #31363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31363B is #CEC9C4. Grayscale: #353535. Windows color (decimal): -13552069 or 3880497. OLE color: 3880497.

HSL color Cylindrical-coordinate representation of color #31363B: hue angle of 210º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31363B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB495459-
CMYK0.170.0800.77
HSL210º9.26%21.18%-
HSV(B)210º16.95%23.14%-
XYZ3.383.614.66-
YUV53.08131.34125.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=30.25%
G=33.33%
B=36.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4954590.170.0800.772109.2621.18
Hex31363B11804Dd2915
Octal616673211001153221125
Binary1100011101101110111000110000100110111010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31363B; }

 p { color: rgb(49,54,59); }

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

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

 a { background-color: rgb(49,54,59); }

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

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

 span { border-color: rgb(49,54,59); }

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