#3C3B41

Color #3C3B41 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #3C3B41

Tints of Black Marlin #3C3B41

Color information

#3C3B41 (or 0x3C3B41) is unknown color: approx Black Marlin. HEX triplet: 3C, 3B and 41. RGB value is (60,59,65). Sum of RGB (Red+Green+Blue) = 60+59+65=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B41 is #C3C4BE. Grayscale: #3B3B3B. Windows color (decimal): -12829887 or 4275004. OLE color: 4275004.

HSL color Cylindrical-coordinate representation of color #3C3B41: hue angle of 250º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C3B41 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB605965-
CMYK0.080.0900.75
HSL250º4.84%24.31%-
HSV(B)250º9.23%25.49%-
XYZ4.384.475.63-
YUV59.98130.83128.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=32.61%
G=32.07%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6059650.080.0900.752504.8424.31
Hex3C3B418904Bfa518
Octal747310110110113372530
Binary111100111011100000110001001010010111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,65); }

 H1.HeaderClassName
 {
   color: #3C3B41;
 }
 .AnyTagClassName
 {
   color: #3C3B41;
 }
</style>
background-color css

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

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

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

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

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

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