#393B3D

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

Shades of Baltic Sea #393B3D

Tints of Baltic Sea #393B3D

Color information

#393B3D (or 0x393B3D) is unknown color: approx Baltic Sea. HEX triplet: 39, 3B and 3D. RGB value is (57,59,61). Sum of RGB (Red+Green+Blue) = 57+59+61=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 61 - color contains mainly: blue. Hex color #393B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B3D is #C6C4C2. Grayscale: #3A3A3A. Windows color (decimal): -13026499 or 4012857. OLE color: 4012857.

HSL color Cylindrical-coordinate representation of color #393B3D: hue angle of 210º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #393B3D is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB575961-
CMYK0.070.0300.76
HSL210º3.39%23.14%-
HSV(B)210º6.56%23.92%-
XYZ4.094.335.04-
YUV58.63129.34126.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=32.20%
G=33.33%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5759610.070.0300.762103.3923.14
Hex393B3D7304Cd2317
Octal717375730114322327
Binary1110011110111111011111101001100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393B3D; }

 p { color: rgb(57,59,61); }

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

<style>
 a { background-color: #393B3D; }

 a { background-color: rgb(57,59,61); }

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

<style>
 span { border-color: #393B3D; }

 span { border-color: rgb(57,59,61); }

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