#3B3840

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

Shades of Martinique #3B3840

Tints of Martinique #3B3840

Color information

#3B3840 (or 0x3B3840) is unknown color: approx Martinique. HEX triplet: 3B, 38 and 40. RGB value is (59,56,64). Sum of RGB (Red+Green+Blue) = 59+56+64=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3840 is #C4C7BF. Grayscale: #393939. Windows color (decimal): -12896192 or 4208699. OLE color: 4208699.

HSL color Cylindrical-coordinate representation of color #3B3840: 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 #3B3840 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB595664-
CMYK0.080.1300.75
HSL262.5º6.67%23.53%-
HSV(B)262.5º12.5%25.1%-
XYZ4.144.135.43-
YUV57.81131.49128.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.96%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=32.96%
G=31.28%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5956640.080.1300.75262.56.6723.53
Hex3B38408D04B106718
Octal737010010150113406730
Binary1110111110001000000100011010100101110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,64); }

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

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

 a { background-color: rgb(59,56,64); }

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

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

 span { border-color: rgb(59,56,64); }

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