#3A374B

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

Shades of Black Marlin #3A374B

Tints of Black Marlin #3A374B

Color information

#3A374B (or 0x3A374B) is unknown color: approx Black Marlin. HEX triplet: 3A, 37 and 4B. RGB value is (58,55,75). Sum of RGB (Red+Green+Blue) = 58+55+75=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A374B is #C5C8B4. Grayscale: #3A3A3A. Windows color (decimal): -12961973 or 4929338. OLE color: 4929338.

HSL color Cylindrical-coordinate representation of color #3A374B: hue angle of 249º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A374B is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB585575-
CMYK0.230.2700.71
HSL249º15.38%25.49%-
HSV(B)249º26.67%29.41%-
XYZ4.384.147.22-
YUV58.18137.49127.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=30.85%
G=29.26%
B=39.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5855750.230.2700.7124915.3825.49
Hex3A374B171B047f9f19
Octal7267113273301073711731
Binary111010110111100101110111110110100011111111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,75); }

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

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

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

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

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

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

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