Html Css Color HEX #3C394B Martinique

📋 copy color: '#3C394B'

red 60 ◦ green 57 ◦ blue 75

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

Shades of Martinique #3C394B

Tints of Martinique #3C394B

RGB

 RED value IS 60 (23.83% from 255) = 31.25%

 GREEN value IS 57 (22.66% from 255) = 29.69%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 31.25%
G = 29.69%
B = 39.06%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C394B (or 0x3C394B) is known color: Martinique. HEX triplet: 3C, 39 and 4B. RGB value is (60,57,75). Sum of RGB (Red+Green+Blue) = 60+57+75=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C394B is #C3C6B4. Grayscale: #3B3B3B. Windows color (decimal): -12830389 or 4929852. OLE color: 4929852.

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

Color convert

RGB 60 57 75 -
CMYK 0.20 0.24 0 0.71
HSL 250º 0.14% 0.26% -
HSV(B) 250º 0.24% 0.29% -
XYZ 4.6 4.39 7.26 -
YUV 59.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 60 57 75 0.20 0.24 0 0.71 250 0.14 0.26
Hex 3C 39 4B 14 18 0 47 FA E 1A
Octal 74 71 113 24 30 0 107 372 16 32
Binary 111100 111001 1001011 10100 11000 0 1000111 11111010 1110 11010

Color Harmonies of #3C394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C394B

Black with #3C394B

Text Example


Text Example

White with #3C394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,75); }

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

background-color css

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

 a { background-color: rgb(60,57,75); }

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

border-color css

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

 span { border-color: rgb(60,57,75); }

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