Html Css Color HEX #363240 Martinique

📋 copy color: '#363240'

red 54 ◦ green 50 ◦ blue 64

#363240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #363240

Tints of Martinique #363240

RGB

 RED value IS 54 (21.48% from 255) = 32.14%

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 32.14%
G = 29.76%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363240 (or 0x363240) is known color: Martinique. HEX triplet: 36, 32 and 40. RGB value is (54,50,64). Sum of RGB (Red+Green+Blue) = 54+50+64=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #363240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363240 is #C9CDBF. Grayscale: #343434. Windows color (decimal): -13225408 or 4207158. OLE color: 4207158.

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

Color convert

RGB 54 50 64 -
CMYK 0.16 0.22 0 0.75
HSL 257.14º 0.12% 0.22% -
HSV(B) 257.14º 0.22% 0.25% -
XYZ 3.59 3.44 5.32 -
YUV 52.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 54 50 64 0.16 0.22 0 0.75 257.14 0.12 0.22
Hex 36 32 40 10 16 0 4B 101 C 16
Octal 66 62 100 20 26 0 113 401 14 26
Binary 110110 110010 1000000 10000 10110 0 1001011 100000001 1100 10110

Color Harmonies of #363240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363240

Black with #363240

Text Example


Text Example

White with #363240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363240; }

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

 H1.HeaderClassName
 {
   color: #363240;
 }
 .AnyTagClassName
 {
   color: #363240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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