#393942

Color #393942 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #393942

Tints of Black Marlin #393942

Color information

#393942 (or 0x393942) is unknown color: approx Black Marlin. HEX triplet: 39, 39 and 42. RGB value is (57,57,66). Sum of RGB (Red+Green+Blue) = 57+57+66=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #393942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393942 is #C6C6BD. Grayscale: #393939. Windows color (decimal): -13027006 or 4340025. OLE color: 4340025.

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

Color convert

RGB575766-
CMYK0.140.1400.74
HSL240º7.32%24.12%-
HSV(B)240º13.64%25.88%-
XYZ4.134.195.75-
YUV58.03132.5127.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=31.67%
G=31.67%
B=36.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5757660.140.1400.742407.3224.12
Hex393942EE04Af0718
Octal717110216160112360730
Binary111001111001100001011101110010010101111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393942; }

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

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

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

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

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

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

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

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