#3D394B

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

Shades of Martinique #3D394B

Tints of Martinique #3D394B

Color information

#3D394B (or 0x3D394B) is unknown color: approx Martinique. HEX triplet: 3D, 39 and 4B. RGB value is (61,57,75). Sum of RGB (Red+Green+Blue) = 61+57+75=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D394B is #C2C6B4. Grayscale: #3C3C3C. Windows color (decimal): -12764853 or 4929853. OLE color: 4929853.

HSL color Cylindrical-coordinate representation of color #3D394B: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D394B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB615775-
CMYK0.190.2400.71
HSL253.33º13.64%25.88%-
HSV(B)253.33º24%29.41%-
XYZ4.664.437.27-
YUV60.25136.33128.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=31.61%
G=29.53%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6157750.190.2400.71253.3313.6425.88
Hex3D394B1318047fde1a
Octal7571113233001073751632
Binary111101111001100101110011110000100011111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,75); }

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

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

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

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

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

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

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