Html Css Color HEX #3B3949 Black Marlin

📋 copy color: '#3B3949'

red 59 ◦ green 57 ◦ blue 73

#3B3949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #3B3949

Tints of Black Marlin #3B3949

RGB

 RED value IS 59 (23.44% from 255) = 31.22%

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 31.22%
G = 30.16%
B = 38.62%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B3949 (or 0x3B3949) is known color: Black Marlin. HEX triplet: 3B, 39 and 49. RGB value is (59,57,73). Sum of RGB (Red+Green+Blue) = 59+57+73=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3949 is #C4C6B6. Grayscale: #3B3B3B. Windows color (decimal): -12895927 or 4798779. OLE color: 4798779.

HSL color Cylindrical-coordinate representation of color #3B3949: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B3949 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 57 73 -
CMYK 0.19 0.22 0 0.71
HSL 247.5º 0.12% 0.25% -
HSV(B) 247.5º 0.22% 0.29% -
XYZ 4.47 4.34 6.9 -
YUV 59.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 59 57 73 0.19 0.22 0 0.71 247.5 0.12 0.25
Hex 3B 39 49 13 16 0 47 F8 C 19
Octal 73 71 111 23 26 0 107 370 14 31
Binary 111011 111001 1001001 10011 10110 0 1000111 11111000 1100 11001

Color Harmonies of #3B3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3949

Black with #3B3949

Text Example


Text Example

White with #3B3949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B3949;
 }
 .AnyTagClassName
 {
   color: #3B3949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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