Html Css Color HEX #363242 Martinique

📋 copy color: '#363242'

red 54 ◦ green 50 ◦ blue 66

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

Shades of Martinique #363242

Tints of Martinique #363242

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 value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363242 (or 0x363242) is known color: 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

RGB 54 50 66 -
CMYK 0.18 0.24 0 0.74
HSL 255º 0.14% 0.23% -
HSV(B) 255º 0.24% 0.26% -
XYZ 3.65 3.46 5.63 -
YUV 53.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 54 50 66 0.18 0.24 0 0.74 255 0.14 0.23
Hex 36 32 42 12 18 0 4A FF E 17
Octal 66 62 102 22 30 0 112 377 16 27
Binary 110110 110010 1000010 10010 11000 0 1001010 11111111 1110 10111

Color Harmonies of #363242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363242

Black with #363242

Text Example


Text Example

White with #363242

Text Example


Text Example

HTML Codes & Css Web 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>