#3D3C40

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

Shades of Martinique #3D3C40

Tints of Martinique #3D3C40

Color information

#3D3C40 (or 0x3D3C40) is unknown color: approx Martinique. HEX triplet: 3D, 3C and 40. RGB value is (61,60,64). Sum of RGB (Red+Green+Blue) = 61+60+64=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C40 is #C2C3BF. Grayscale: #3C3C3C. Windows color (decimal): -12764096 or 4209725. OLE color: 4209725.

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

Color convert

RGB616064-
CMYK0.050.0600.75
HSL255º3.23%24.31%-
HSV(B)255º6.25%25.1%-
XYZ4.474.595.5-
YUV60.76129.83128.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=32.97%
G=32.43%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6160640.050.0600.752553.2324.31
Hex3D3C405604Bff318
Octal7574100560113377330
Binary111101111100100000010111001001011111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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