Html Css Color HEX #3A373F Martinique

📋 copy color: '#3A373F'

red 58 ◦ green 55 ◦ blue 63

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

Shades of Martinique #3A373F

Tints of Martinique #3A373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

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

R = 32.95%
G = 31.25%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A373F (or 0x3A373F) is known color: Martinique. HEX triplet: 3A, 37 and 3F. RGB value is (58,55,63). Sum of RGB (Red+Green+Blue) = 58+55+63=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A373F is #C5C8C0. Grayscale: #383838. Windows color (decimal): -12961985 or 4142906. OLE color: 4142906.

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

Color convert

RGB 58 55 63 -
CMYK 0.08 0.13 0 0.75
HSL 262.5º 0.07% 0.23% -
HSV(B) 262.5º 0.13% 0.25% -
XYZ 4.01 3.99 5.26 -
YUV 56.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 58 55 63 0.08 0.13 0 0.75 262.5 0.07 0.23
Hex 3A 37 3F 8 D 0 4B 106 7 17
Octal 72 67 77 10 15 0 113 406 7 27
Binary 111010 110111 111111 1000 1101 0 1001011 100000110 111 10111

Color Harmonies of #3A373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A373F

Black with #3A373F

Text Example


Text Example

White with #3A373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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