#3A3940

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

Shades of Black Marlin #3A3940

Tints of Black Marlin #3A3940

Color information

#3A3940 (or 0x3A3940) is unknown color: approx Black Marlin. HEX triplet: 3A, 39 and 40. RGB value is (58,57,64). Sum of RGB (Red+Green+Blue) = 58+57+64=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3940 is #C5C6BF. Grayscale: #3A3A3A. Windows color (decimal): -12961472 or 4208954. OLE color: 4208954.

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

Color convert

RGB585764-
CMYK0.090.1100.75
HSL248.57º5.79%23.73%-
HSV(B)248.57º10.94%25.1%-
XYZ4.134.25.44-
YUV58.1131.33127.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=32.40%
G=31.84%
B=35.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5857640.090.1100.75248.575.7923.73
Hex3A39409B04Bf9618
Octal727110011130113371630
Binary111010111001100000010011011010010111111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3940; }

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

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

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

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

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

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

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

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