Html Css Color HEX #3D3B48 Black Marlin

📋 copy color: '#3D3B48'

red 61 ◦ green 59 ◦ blue 72

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

Shades of Black Marlin #3D3B48

Tints of Black Marlin #3D3B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.73%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 31.77%
G = 30.73%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D3B48 (or 0x3D3B48) is known color: Black Marlin. HEX triplet: 3D, 3B and 48. RGB value is (61,59,72). Sum of RGB (Red+Green+Blue) = 61+59+72=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3B48 is #C2C4B7. Grayscale: #3D3D3D. Windows color (decimal): -12764344 or 4733757. OLE color: 4733757.

HSL color Cylindrical-coordinate representation of color #3D3B48: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3B48 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 59 72 -
CMYK 0.15 0.18 0 0.72
HSL 249.23º 0.1% 0.26% -
HSV(B) 249.23º 0.18% 0.28% -
XYZ 4.66 4.59 6.77 -
YUV 61.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 61 59 72 0.15 0.18 0 0.72 249.23 0.1 0.26
Hex 3D 3B 48 F 12 0 48 F9 A 1A
Octal 75 73 110 17 22 0 110 371 12 32
Binary 111101 111011 1001000 1111 10010 0 1001000 11111001 1010 11010

Color Harmonies of #3D3B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3B48

Black with #3D3B48

Text Example


Text Example

White with #3D3B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,59,72); }

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

background-color css

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

 a { background-color: rgb(61,59,72); }

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

border-color css

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

 span { border-color: rgb(61,59,72); }

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