Html Css Color HEX #3A3949 Black Marlin

📋 copy color: '#3A3949'

red 58 ◦ green 57 ◦ blue 73

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

Shades of Black Marlin #3A3949

Tints of Black Marlin #3A3949

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

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

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

R = 30.85%
G = 30.32%
B = 38.83%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A3949 (or 0x3A3949) is known color: Black Marlin. HEX triplet: 3A, 39 and 49. RGB value is (58,57,73). Sum of RGB (Red+Green+Blue) = 58+57+73=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3949 is #C5C6B6. Grayscale: #3B3B3B. Windows color (decimal): -12961463 or 4798778. OLE color: 4798778.

HSL color Cylindrical-coordinate representation of color #3A3949: hue angle of 243.75º 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 #3A3949 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 57 73 -
CMYK 0.21 0.22 0 0.71
HSL 243.75º 0.12% 0.25% -
HSV(B) 243.75º 0.22% 0.29% -
XYZ 4.41 4.31 6.9 -
YUV 59.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 58 57 73 0.21 0.22 0 0.71 243.75 0.12 0.25
Hex 3A 39 49 15 16 0 47 F4 C 19
Octal 72 71 111 25 26 0 107 364 14 31
Binary 111010 111001 1001001 10101 10110 0 1000111 11110100 1100 11001

Color Harmonies of #3A3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3949

Black with #3A3949

Text Example


Text Example

White with #3A3949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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