Html Css Color HEX #3A363F Martinique

📋 copy color: '#3A363F'

red 58 ◦ green 54 ◦ blue 63

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

Shades of Martinique #3A363F

Tints of Martinique #3A363F

RGB

 RED value IS 58 (23.05% from 255) = 33.14%

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 63 (25% from 255) = 36%

R = 33.14%
G = 30.86%
B = 36%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A363F (or 0x3A363F) is known color: Martinique. HEX triplet: 3A, 36 and 3F. RGB value is (58,54,63). Sum of RGB (Red+Green+Blue) = 58+54+63=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363F is #C5C9C0. Grayscale: #383838. Windows color (decimal): -12962241 or 4142650. OLE color: 4142650.

HSL color Cylindrical-coordinate representation of color #3A363F: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3A363F is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 54 63 -
CMYK 0.08 0.14 0 0.75
HSL 266.67º 0.08% 0.23% -
HSV(B) 266.67º 0.14% 0.25% -
XYZ 3.96 3.9 5.25 -
YUV 56.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 58 54 63 0.08 0.14 0 0.75 266.67 0.08 0.23
Hex 3A 36 3F 8 E 0 4B 10B 8 17
Octal 72 66 77 10 16 0 113 413 10 27
Binary 111010 110110 111111 1000 1110 0 1001011 100001011 1000 10111

Color Harmonies of #3A363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A363F

Black with #3A363F

Text Example


Text Example

White with #3A363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A363F; }

 p { color: rgb(58,54,63); }

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

background-color css

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

 a { background-color: rgb(58,54,63); }

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

border-color css

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

 span { border-color: rgb(58,54,63); }

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