#39393F

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

Shades of Black Marlin #39393F

Tints of Black Marlin #39393F

Color information

#39393F (or 0x39393F) is unknown color: approx Black Marlin. HEX triplet: 39, 39 and 3F. RGB value is (57,57,63). Sum of RGB (Red+Green+Blue) = 57+57+63=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #39393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39393F is #C6C6C0. Grayscale: #393939. Windows color (decimal): -13027009 or 4143417. OLE color: 4143417.

HSL color Cylindrical-coordinate representation of color #39393F: hue angle of 240º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #39393F is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB575763-
CMYK0.100.1000.75
HSL240º5%23.53%-
HSV(B)240º9.52%24.71%-
XYZ4.054.155.29-
YUV57.68131127.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 63 (25% from 255) = 35.59%
R=32.20%
G=32.20%
B=35.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5757630.100.1000.75240523.53
Hex39393FAA04Bf0518
Octal71717712120113360530
Binary11100111100111111110101010010010111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,57,63); }

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

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

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

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

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

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

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