#3C3A40

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

Shades of Martinique #3C3A40

Tints of Martinique #3C3A40

Color information

#3C3A40 (or 0x3C3A40) is unknown color: approx Martinique. HEX triplet: 3C, 3A and 40. RGB value is (60,58,64). Sum of RGB (Red+Green+Blue) = 60+58+64=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A40 is #C3C5BF. Grayscale: #3B3B3B. Windows color (decimal): -12830144 or 4209212. OLE color: 4209212.

HSL color Cylindrical-coordinate representation of color #3C3A40: hue angle of 260º 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 #3C3A40 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB605864-
CMYK0.060.0900.75
HSL260º4.92%23.92%-
HSV(B)260º9.38%25.1%-
XYZ4.34.365.46-
YUV59.28130.66128.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=32.97%
G=31.87%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6058640.060.0900.752604.9223.92
Hex3C3A406904B104518
Octal74721006110113404530
Binary111100111010100000011010010100101110000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,58,64); }

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

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

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

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

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

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

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