#39364B

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

Shades of Black Marlin #39364B

Tints of Black Marlin #39364B

Color information

#39364B (or 0x39364B) is unknown color: approx Black Marlin. HEX triplet: 39, 36 and 4B. RGB value is (57,54,75). Sum of RGB (Red+Green+Blue) = 57+54+75=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #39364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39364B is #C6C9B4. Grayscale: #393939. Windows color (decimal): -13027765 or 4929081. OLE color: 4929081.

HSL color Cylindrical-coordinate representation of color #39364B: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39364B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB575475-
CMYK0.240.2800.71
HSL248.57º16.28%25.29%-
HSV(B)248.57º28%29.41%-
XYZ4.284.027.21-
YUV57.29137.99127.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=30.65%
G=29.03%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5754750.240.2800.71248.5716.2825.29
Hex39364B181C047f91019
Octal7166113303401073712031
Binary1110011101101001011110001110001000111111110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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