#3B3248

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

Shades of Martinique #3B3248

Tints of Martinique #3B3248

Color information

#3B3248 (or 0x3B3248) is unknown color: approx Martinique. HEX triplet: 3B, 32 and 48. RGB value is (59,50,72). Sum of RGB (Red+Green+Blue) = 59+50+72=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3248 is #C4CDB7. Grayscale: #373737. Windows color (decimal): -12897720 or 4731451. OLE color: 4731451.

HSL color Cylindrical-coordinate representation of color #3B3248: hue angle of 264.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3248 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB595072-
CMYK0.180.3100.72
HSL264.55º18.03%23.92%-
HSV(B)264.55º30.56%28.24%-
XYZ4.113.686.62-
YUV55.2137.48130.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=32.60%
G=27.62%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5950720.180.3100.72264.5518.0323.92
Hex3B3248121F0481091218
Octal7362110223701104112230
Binary11101111001010010001001011111010010001000010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,72); }

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

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

 a { background-color: rgb(59,50,72); }

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

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

 span { border-color: rgb(59,50,72); }

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