#3B394B

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

Shades of Black Marlin #3B394B

Tints of Black Marlin #3B394B

Color information

#3B394B (or 0x3B394B) is unknown color: approx Black Marlin. HEX triplet: 3B, 39 and 4B. RGB value is (59,57,75). Sum of RGB (Red+Green+Blue) = 59+57+75=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B394B is #C4C6B4. Grayscale: #3B3B3B. Windows color (decimal): -12895925 or 4929851. OLE color: 4929851.

HSL color Cylindrical-coordinate representation of color #3B394B: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B394B is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB595775-
CMYK0.210.2400.71
HSL246.67º13.64%25.88%-
HSV(B)246.67º24%29.41%-
XYZ4.544.367.26-
YUV59.65136.66127.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.89%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=30.89%
G=29.84%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5957750.210.2400.71246.6713.6425.88
Hex3B394B1518047f7e1a
Octal7371113253001073671632
Binary111011111001100101110101110000100011111110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B394B; }

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

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

<style>
 a { background-color: #3B394B; }

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

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

<style>
 span { border-color: #3B394B; }

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

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