Html Css Color HEX #3C3C3D Black Marlin

📋 copy color: '#3C3C3D'

red 60 ◦ green 60 ◦ blue 61

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

Shades of Black Marlin #3C3C3D

Tints of Black Marlin #3C3C3D

RGB

 RED value IS 60 (23.83% from 255) = 33.15%

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

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 33.15%
G = 33.15%
B = 33.7%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C3C3D (or 0x3C3C3D) is known color: Black Marlin. HEX triplet: 3C, 3C and 3D. RGB value is (60,60,61). Sum of RGB (Red+Green+Blue) = 60+60+61=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C3C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C3D is #C3C3C2. Grayscale: #3C3C3C. Windows color (decimal): -12829635 or 4013116. OLE color: 4013116.

HSL color Cylindrical-coordinate representation of color #3C3C3D: hue angle of 240º degrees, saturation: 0.01, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #3C3C3D is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 60 61 -
CMYK 0.02 0.02 0 0.76
HSL 240º 0.01% 0.24% -
HSV(B) 240º 0.02% 0.24% -
XYZ 4.32 4.53 5.06 -
YUV 60.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 60 60 61 0.02 0.02 0 0.76 240 0.01 0.24
Hex 3C 3C 3D 2 2 0 4C F0 1 18
Octal 74 74 75 2 2 0 114 360 1 30
Binary 111100 111100 111101 10 10 0 1001100 11110000 1 11000

Color Harmonies of #3C3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3C3D

Black with #3C3C3D

Text Example


Text Example

White with #3C3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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