#39364E

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

Shades of Black Marlin #39364E

Tints of Black Marlin #39364E

Color information

#39364E (or 0x39364E) is unknown color: approx Black Marlin. HEX triplet: 39, 36 and 4E. RGB value is (57,54,78). Sum of RGB (Red+Green+Blue) = 57+54+78=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #39364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39364E is #C6C9B1. Grayscale: #393939. Windows color (decimal): -13027762 or 5125689. OLE color: 5125689.

HSL color Cylindrical-coordinate representation of color #39364E: 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.31%. Process color model (Four color, CMYK) of #39364E is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB575478-
CMYK0.270.3100.69
HSL247.5º18.18%25.88%-
HSV(B)247.5º30.77%30.59%-
XYZ4.384.067.76-
YUV57.63139.49127.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=30.16%
G=28.57%
B=41.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5754780.270.3100.69247.518.1825.88
Hex39364E1B1F045f8121a
Octal7166116333701053702232
Binary1110011101101001110110111111101000101111110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39364E; }

 p { color: rgb(57,54,78); }

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

<style>
 a { background-color: #39364E; }

 a { background-color: rgb(57,54,78); }

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

<style>
 span { border-color: #39364E; }

 span { border-color: rgb(57,54,78); }

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