Html Css Color HEX #3D3C46 Black Marlin

📋 copy color: '#3D3C46'

red 61 ◦ green 60 ◦ blue 70

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

Shades of Black Marlin #3D3C46

Tints of Black Marlin #3D3C46

RGB

 RED value IS 61 (24.22% from 255) = 31.94%

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 31.94%
G = 31.41%
B = 36.65%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3D3C46 (or 0x3D3C46) is known color: Black Marlin. HEX triplet: 3D, 3C and 46. RGB value is (61,60,70). Sum of RGB (Red+Green+Blue) = 61+60+70=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C46 is #C2C3B9. Grayscale: #3D3D3D. Windows color (decimal): -12764090 or 4602941. OLE color: 4602941.

HSL color Cylindrical-coordinate representation of color #3D3C46: hue angle of 246º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3D3C46 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 60 70 -
CMYK 0.13 0.14 0 0.73
HSL 246º 0.08% 0.25% -
HSV(B) 246º 0.14% 0.27% -
XYZ 4.65 4.67 6.45 -
YUV 61.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 61 60 70 0.13 0.14 0 0.73 246 0.08 0.25
Hex 3D 3C 46 D E 0 49 F6 8 19
Octal 75 74 106 15 16 0 111 366 10 31
Binary 111101 111100 1000110 1101 1110 0 1001001 11110110 1000 11001

Color Harmonies of #3D3C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C46

Black with #3D3C46

Text Example


Text Example

White with #3D3C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,70); }

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

background-color css

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

 a { background-color: rgb(61,60,70); }

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

border-color css

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

 span { border-color: rgb(61,60,70); }

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