#39364F

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

Shades of Black Marlin #39364F

Tints of Black Marlin #39364F

Color information

#39364F (or 0x39364F) is unknown color: approx Black Marlin. HEX triplet: 39, 36 and 4F. RGB value is (57,54,79). Sum of RGB (Red+Green+Blue) = 57+54+79=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #39364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39364F is #C6C9B0. Grayscale: #393939. Windows color (decimal): -13027761 or 5191225. OLE color: 5191225.

HSL color Cylindrical-coordinate representation of color #39364F: hue angle of 247.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #39364F is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB575479-
CMYK0.280.3200.69
HSL247.2º18.8%26.08%-
HSV(B)247.2º31.65%30.98%-
XYZ4.424.077.95-
YUV57.75139.99127.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=30%
G=28.42%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5754790.280.3200.69247.218.826.08
Hex39364F1C20045f7131a
Octal7166117344001053672332
Binary11100111011010011111110010000001000101111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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