#39364D

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

Shades of Black Marlin #39364D

Tints of Black Marlin #39364D

Color information

#39364D (or 0x39364D) is unknown color: approx Black Marlin. HEX triplet: 39, 36 and 4D. RGB value is (57,54,77). Sum of RGB (Red+Green+Blue) = 57+54+77=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #39364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39364D is #C6C9B2. Grayscale: #393939. Windows color (decimal): -13027763 or 5060153. OLE color: 5060153.

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

Color convert

RGB575477-
CMYK0.260.3000.70
HSL247.83º17.56%25.69%-
HSV(B)247.83º29.87%30.2%-
XYZ4.354.047.57-
YUV57.52138.99127.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=30.32%
G=28.72%
B=40.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5754770.260.3000.70247.8317.5625.69
Hex39364D1A1E046f8121a
Octal7166115323601063702232
Binary1110011101101001101110101111001000110111110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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