Html Css Color HEX #393940 Black Marlin

📋 copy color: '#393940'

red 57 ◦ green 57 ◦ blue 64

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

Shades of Black Marlin #393940

Tints of Black Marlin #393940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 32.02%
G = 32.02%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393940 (or 0x393940) is known color: Black Marlin. HEX triplet: 39, 39 and 40. RGB value is (57,57,64). Sum of RGB (Red+Green+Blue) = 57+57+64=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #393940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393940 is #C6C6BF. Grayscale: #393939. Windows color (decimal): -13027008 or 4208953. OLE color: 4208953.

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

Color convert

RGB 57 57 64 -
CMYK 0.11 0.11 0 0.75
HSL 240º 0.06% 0.24% -
HSV(B) 240º 0.11% 0.25% -
XYZ 4.08 4.17 5.44 -
YUV 57.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 57 57 64 0.11 0.11 0 0.75 240 0.06 0.24
Hex 39 39 40 B B 0 4B F0 6 18
Octal 71 71 100 13 13 0 113 360 6 30
Binary 111001 111001 1000000 1011 1011 0 1001011 11110000 110 11000

Color Harmonies of #393940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393940

Black with #393940

Text Example


Text Example

White with #393940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393940; }

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

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

background-color css

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

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

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

border-color css

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

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

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