Html Css Color HEX #393941 Black Marlin

📋 copy color: '#393941'

red 57 ◦ green 57 ◦ blue 65

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

Shades of Black Marlin #393941

Tints of Black Marlin #393941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.84%

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

R = 31.84%
G = 31.84%
B = 36.31%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393941 (or 0x393941) is known color: Black Marlin. HEX triplet: 39, 39 and 41. RGB value is (57,57,65). Sum of RGB (Red+Green+Blue) = 57+57+65=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #393941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393941 is #C6C6BE. Grayscale: #393939. Windows color (decimal): -13027007 or 4274489. OLE color: 4274489.

HSL color Cylindrical-coordinate representation of color #393941: hue angle of 240º 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 #393941 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 57 65 -
CMYK 0.12 0.12 0 0.75
HSL 240º 0.07% 0.24% -
HSV(B) 240º 0.12% 0.25% -
XYZ 4.1 4.18 5.59 -
YUV 57.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 57 57 65 0.12 0.12 0 0.75 240 0.07 0.24
Hex 39 39 41 C C 0 4B F0 7 18
Octal 71 71 101 14 14 0 113 360 7 30
Binary 111001 111001 1000001 1100 1100 0 1001011 11110000 111 11000

Color Harmonies of #393941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393941

Black with #393941

Text Example


Text Example

White with #393941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393941; }

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

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

background-color css

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

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

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

border-color css

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

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

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