#363141

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

Shades of Martinique #363141

Tints of Martinique #363141

Color information

#363141 (or 0x363141) is unknown color: approx Martinique. HEX triplet: 36, 31 and 41. RGB value is (54,49,65). Sum of RGB (Red+Green+Blue) = 54+49+65=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #363141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363141 is #C9CEBE. Grayscale: #343434. Windows color (decimal): -13225663 or 4272438. OLE color: 4272438.

HSL color Cylindrical-coordinate representation of color #363141: hue angle of 258.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363141 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB544965-
CMYK0.170.2500.75
HSL258.75º14.04%22.35%-
HSV(B)258.75º24.62%25.49%-
XYZ3.573.365.46-
YUV52.32135.16129.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=32.14%
G=29.17%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5449650.170.2500.75258.7514.0422.35
Hex363141111904B103e16
Octal6661101213101134031626
Binary1101101100011000001100011100101001011100000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363141; }

 p { color: rgb(54,49,65); }

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

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

 a { background-color: rgb(54,49,65); }

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

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

 span { border-color: rgb(54,49,65); }

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