Html Css Color HEX #363142 Martinique

📋 copy color: '#363142'

red 54 ◦ green 49 ◦ blue 66

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

Shades of Martinique #363142

Tints of Martinique #363142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 31.95%
G = 28.99%
B = 39.05%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363142 (or 0x363142) is known color: Martinique. HEX triplet: 36, 31 and 42. RGB value is (54,49,66). Sum of RGB (Red+Green+Blue) = 54+49+66=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #363142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363142 is #C9CEBD. Grayscale: #343434. Windows color (decimal): -13225662 or 4337974. OLE color: 4337974.

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

Color convert

RGB 54 49 66 -
CMYK 0.18 0.26 0 0.74
HSL 257.65º 0.15% 0.23% -
HSV(B) 257.65º 0.26% 0.26% -
XYZ 3.6 3.37 5.62 -
YUV 52.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 54 49 66 0.18 0.26 0 0.74 257.65 0.15 0.23
Hex 36 31 42 12 1A 0 4A 102 F 17
Octal 66 61 102 22 32 0 112 402 17 27
Binary 110110 110001 1000010 10010 11010 0 1001010 100000010 1111 10111

Color Harmonies of #363142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363142

Black with #363142

Text Example


Text Example

White with #363142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363142; }

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

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

background-color css

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

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

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

border-color css

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

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

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