Html Css Color HEX #393D41 Baltic Sea

📋 copy color: '#393D41'

red 57 ◦ green 61 ◦ blue 65

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

Shades of Baltic Sea #393D41

Tints of Baltic Sea #393D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 31.15%
G = 33.33%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393D41 (or 0x393D41) is known color: Baltic Sea. HEX triplet: 39, 3D and 41. RGB value is (57,61,65). Sum of RGB (Red+Green+Blue) = 57+61+65=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #393D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D41 is #C6C2BE. Grayscale: #3C3C3C. Windows color (decimal): -13025983 or 4275513. OLE color: 4275513.

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

Color convert

RGB 57 61 65 -
CMYK 0.12 0.06 0 0.75
HSL 210º 0.07% 0.24% -
HSV(B) 210º 0.12% 0.25% -
XYZ 4.31 4.59 5.66 -
YUV 60.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 57 61 65 0.12 0.06 0 0.75 210 0.07 0.24
Hex 39 3D 41 C 6 0 4B D2 7 18
Octal 71 75 101 14 6 0 113 322 7 30
Binary 111001 111101 1000001 1100 110 0 1001011 11010010 111 11000

Color Harmonies of #393D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D41

Black with #393D41

Text Example


Text Example

White with #393D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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