Html Css Color HEX #393D43 Baltic Sea

📋 copy color: '#393D43'

red 57 ◦ green 61 ◦ blue 67

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

Shades of Baltic Sea #393D43

Tints of Baltic Sea #393D43

RGB

 RED value IS 57 (22.66% from 255) = 30.81%

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 30.81%
G = 32.97%
B = 36.22%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#393D43 (or 0x393D43) is known color: Baltic Sea. HEX triplet: 39, 3D and 43. RGB value is (57,61,67). Sum of RGB (Red+Green+Blue) = 57+61+67=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 67 - color contains mainly: blue. Hex color #393D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D43 is #C6C2BC. Grayscale: #3C3C3C. Windows color (decimal): -13025981 or 4406585. OLE color: 4406585.

HSL color Cylindrical-coordinate representation of color #393D43: hue angle of 216º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #393D43 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 61 67 -
CMYK 0.15 0.09 0 0.74
HSL 216º 0.08% 0.24% -
HSV(B) 216º 0.15% 0.26% -
XYZ 4.37 4.61 5.97 -
YUV 60.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 57 61 67 0.15 0.09 0 0.74 216 0.08 0.24
Hex 39 3D 43 F 9 0 4A D8 8 18
Octal 71 75 103 17 11 0 112 330 10 30
Binary 111001 111101 1000011 1111 1001 0 1001010 11011000 1000 11000

Color Harmonies of #393D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D43

Black with #393D43

Text Example


Text Example

White with #393D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #393D43;
 }
 .AnyTagClassName
 {
   color: #393D43;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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