#3A374F

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

Shades of Black Marlin #3A374F

Tints of Black Marlin #3A374F

Color information

#3A374F (or 0x3A374F) is unknown color: approx Black Marlin. HEX triplet: 3A, 37 and 4F. RGB value is (58,55,79). Sum of RGB (Red+Green+Blue) = 58+55+79=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A374F is #C5C8B0. Grayscale: #3A3A3A. Windows color (decimal): -12961969 or 5191482. OLE color: 5191482.

HSL color Cylindrical-coordinate representation of color #3A374F: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A374F is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB585579-
CMYK0.270.3000.69
HSL247.5º17.91%26.27%-
HSV(B)247.5º30.38%30.98%-
XYZ4.524.27.97-
YUV58.63139.49127.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=30.21%
G=28.65%
B=41.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5855790.270.3000.69247.517.9126.27
Hex3A374F1B1E045f8121a
Octal7267117333601053702232
Binary1110101101111001111110111111001000101111110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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