#363242

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

Shades of Martinique #363242

Tints of Martinique #363242

Color information

#363242 (or 0x363242) is unknown color: approx Martinique. HEX triplet: 36, 32 and 42. RGB value is (54,50,66). Sum of RGB (Red+Green+Blue) = 54+50+66=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #363242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363242 is #C9CDBD. Grayscale: #343434. Windows color (decimal): -13225406 or 4338230. OLE color: 4338230.

HSL color Cylindrical-coordinate representation of color #363242: hue angle of 255º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363242 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB545066-
CMYK0.180.2400.74
HSL255º13.79%22.75%-
HSV(B)255º24.24%25.88%-
XYZ3.653.465.63-
YUV53.02135.33128.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=31.76%
G=29.41%
B=38.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5450660.180.2400.7425513.7922.75
Hex363242121804Affe17
Octal6662102223001123771627
Binary110110110010100001010010110000100101011111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363242; }

 p { color: rgb(54,50,66); }

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

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

 a { background-color: rgb(54,50,66); }

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

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

 span { border-color: rgb(54,50,66); }

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