#3A3A40

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

Shades of Black Marlin #3A3A40

Tints of Black Marlin #3A3A40

Color information

#3A3A40 (or 0x3A3A40) is unknown color: approx Black Marlin. HEX triplet: 3A, 3A and 40. RGB value is (58,58,64). Sum of RGB (Red+Green+Blue) = 58+58+64=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3A40 is #C5C5BF. Grayscale: #3A3A3A. Windows color (decimal): -12961216 or 4209210. OLE color: 4209210.

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

Color convert

RGB585864-
CMYK0.090.0900.75
HSL240º4.92%23.92%-
HSV(B)240º9.38%25.1%-
XYZ4.184.35.46-
YUV58.68131127.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=32.22%
G=32.22%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5858640.090.0900.752404.9223.92
Hex3A3A409904Bf0518
Octal727210011110113360530
Binary111010111010100000010011001010010111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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