#36313C

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

Shades of Martinique #36313C

Tints of Martinique #36313C

Color information

#36313C (or 0x36313C) is unknown color: approx Martinique. HEX triplet: 36, 31 and 3C. RGB value is (54,49,60). Sum of RGB (Red+Green+Blue) = 54+49+60=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 60 - color contains mainly: blue. Hex color #36313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36313C is #C9CEC3. Grayscale: #333333. Windows color (decimal): -13225668 or 3944758. OLE color: 3944758.

HSL color Cylindrical-coordinate representation of color #36313C: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36313C is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB544960-
CMYK0.100.1800.76
HSL267.27º10.09%21.37%-
HSV(B)267.27º18.33%23.53%-
XYZ3.443.314.73-
YUV51.75132.66129.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=33.13%
G=30.06%
B=36.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5449600.100.1800.76267.2710.0921.37
Hex36313CA1204C10ba15
Octal666174122201144131225
Binary11011011000111110010101001001001100100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36313C; }

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

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

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

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

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

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

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

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