Html Css Color HEX #3A3049 Martinique

📋 copy color: '#3A3049'

red 58 ◦ green 48 ◦ blue 73

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

Shades of Martinique #3A3049

Tints of Martinique #3A3049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 32.4%
G = 26.82%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A3049 (or 0x3A3049) is known color: Martinique. HEX triplet: 3A, 30 and 49. RGB value is (58,48,73). Sum of RGB (Red+Green+Blue) = 58+48+73=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3049 is #C5CFB6. Grayscale: #353535. Windows color (decimal): -12963767 or 4796474. OLE color: 4796474.

HSL color Cylindrical-coordinate representation of color #3A3049: hue angle of 264º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A3049 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 48 73 -
CMYK 0.21 0.34 0 0.71
HSL 264º 0.21% 0.24% -
HSV(B) 264º 0.34% 0.29% -
XYZ 4 3.49 6.77 -
YUV 53.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 58 48 73 0.21 0.34 0 0.71 264 0.21 0.24
Hex 3A 30 49 15 22 0 47 108 15 18
Octal 72 60 111 25 42 0 107 410 25 30
Binary 111010 110000 1001001 10101 100010 0 1000111 100001000 10101 11000

Color Harmonies of #3A3049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3049

Black with #3A3049

Text Example


Text Example

White with #3A3049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,73); }

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

background-color css

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

 a { background-color: rgb(58,48,73); }

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

border-color css

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

 span { border-color: rgb(58,48,73); }

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