Html Css Color HEX #3F374F Martinique

📋 copy color: '#3F374F'

red 63 ◦ green 55 ◦ blue 79

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

Shades of Martinique #3F374F

Tints of Martinique #3F374F

RGB

 RED value IS 63 (25% from 255) = 31.98%

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

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 31.98%
G = 27.92%
B = 40.1%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F374F (or 0x3F374F) is known color: Martinique. HEX triplet: 3F, 37 and 4F. RGB value is (63,55,79). Sum of RGB (Red+Green+Blue) = 63+55+79=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F374F is #C0C8B0. Grayscale: #3C3C3C. Windows color (decimal): -12634289 or 5191487. OLE color: 5191487.

HSL color Cylindrical-coordinate representation of color #3F374F: hue angle of 260º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F374F is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 55 79 -
CMYK 0.20 0.30 0 0.69
HSL 260º 0.18% 0.26% -
HSV(B) 260º 0.3% 0.31% -
XYZ 4.83 4.35 7.98 -
YUV 60.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 63 55 79 0.20 0.30 0 0.69 260 0.18 0.26
Hex 3F 37 4F 14 1E 0 45 104 12 1A
Octal 77 67 117 24 36 0 105 404 22 32
Binary 111111 110111 1001111 10100 11110 0 1000101 100000100 10010 11010

Color Harmonies of #3F374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F374F

Black with #3F374F

Text Example


Text Example

White with #3F374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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