#3C3941

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

Shades of Martinique #3C3941

Tints of Martinique #3C3941

Color information

#3C3941 (or 0x3C3941) is unknown color: approx Martinique. HEX triplet: 3C, 39 and 41. RGB value is (60,57,65). Sum of RGB (Red+Green+Blue) = 60+57+65=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3941 is #C3C6BE. Grayscale: #3A3A3A. Windows color (decimal): -12830399 or 4274492. OLE color: 4274492.

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

Color convert

RGB605765-
CMYK0.080.1200.75
HSL262.5º6.56%23.92%-
HSV(B)262.5º12.31%25.49%-
XYZ4.284.275.6-
YUV58.81131.49128.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=32.97%
G=31.32%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6057650.080.1200.75262.56.5623.92
Hex3C39418C04B106718
Octal747110110140113406730
Binary1111001110011000001100011000100101110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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