Html Css Color HEX #3A3849 Black Marlin

📋 copy color: '#3A3849'

red 58 ◦ green 56 ◦ blue 73

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

Shades of Black Marlin #3A3849

Tints of Black Marlin #3A3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 31.02%
G = 29.95%
B = 39.04%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A3849 (or 0x3A3849) is known color: Black Marlin. HEX triplet: 3A, 38 and 49. RGB value is (58,56,73). Sum of RGB (Red+Green+Blue) = 58+56+73=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3849 is #C5C7B6. Grayscale: #3A3A3A. Windows color (decimal): -12961719 or 4798522. OLE color: 4798522.

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

Color convert

RGB 58 56 73 -
CMYK 0.21 0.23 0 0.71
HSL 247.06º 0.13% 0.25% -
HSV(B) 247.06º 0.23% 0.29% -
XYZ 4.36 4.21 6.89 -
YUV 58.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 58 56 73 0.21 0.23 0 0.71 247.06 0.13 0.25
Hex 3A 38 49 15 17 0 47 F7 D 19
Octal 72 70 111 25 27 0 107 367 15 31
Binary 111010 111000 1001001 10101 10111 0 1000111 11110111 1101 11001

Color Harmonies of #3A3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3849

Black with #3A3849

Text Example


Text Example

White with #3A3849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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