#3A3748

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

Shades of Black Marlin #3A3748

Tints of Black Marlin #3A3748

Color information

#3A3748 (or 0x3A3748) is unknown color: approx Black Marlin. HEX triplet: 3A, 37 and 48. RGB value is (58,55,72). Sum of RGB (Red+Green+Blue) = 58+55+72=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3748 is #C5C8B7. Grayscale: #393939. Windows color (decimal): -12961976 or 4732730. OLE color: 4732730.

HSL color Cylindrical-coordinate representation of color #3A3748: hue angle of 250.59º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A3748 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB585572-
CMYK0.190.2400.72
HSL250.59º13.39%24.9%-
HSV(B)250.59º23.61%28.24%-
XYZ4.284.16.7-
YUV57.83135.99128.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=31.35%
G=29.73%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5855720.190.2400.72250.5913.3924.9
Hex3A37481318048fbd19
Octal7267110233001103731531
Binary111010110111100100010011110000100100011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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