Html Css Color HEX #3D3C45 Black Marlin

📋 copy color: '#3D3C45'

red 61 ◦ green 60 ◦ blue 69

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

Shades of Black Marlin #3D3C45

Tints of Black Marlin #3D3C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 32.11%
G = 31.58%
B = 36.32%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3D3C45 (or 0x3D3C45) is known color: Black Marlin. HEX triplet: 3D, 3C and 45. RGB value is (61,60,69). Sum of RGB (Red+Green+Blue) = 61+60+69=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D3C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C45 is #C2C3BA. Grayscale: #3D3D3D. Windows color (decimal): -12764091 or 4537405. OLE color: 4537405.

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

Color convert

RGB 61 60 69 -
CMYK 0.12 0.13 0 0.73
HSL 246.67º 0.07% 0.25% -
HSV(B) 246.67º 0.13% 0.27% -
XYZ 4.61 4.65 6.29 -
YUV 61.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 61 60 69 0.12 0.13 0 0.73 246.67 0.07 0.25
Hex 3D 3C 45 C D 0 49 F7 7 19
Octal 75 74 105 14 15 0 111 367 7 31
Binary 111101 111100 1000101 1100 1101 0 1001001 11110111 111 11001

Color Harmonies of #3D3C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C45

Black with #3D3C45

Text Example


Text Example

White with #3D3C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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