Html Css Color HEX #392F4B Martinique

📋 copy color: '#392F4B'

red 57 ◦ green 47 ◦ blue 75

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

Shades of Martinique #392F4B

Tints of Martinique #392F4B

RGB

 RED value IS 57 (22.66% from 255) = 31.84%

 GREEN value IS 47 (18.75% from 255) = 26.26%

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

R = 31.84%
G = 26.26%
B = 41.9%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392F4B (or 0x392F4B) is known color: Martinique. HEX triplet: 39, 2F and 4B. RGB value is (57,47,75). Sum of RGB (Red+Green+Blue) = 57+47+75=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #392F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F4B is #C6D0B4. Grayscale: #353535. Windows color (decimal): -13029557 or 4927289. OLE color: 4927289.

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

Color convert

RGB 57 47 75 -
CMYK 0.24 0.37 0 0.71
HSL 261.43º 0.23% 0.24% -
HSV(B) 261.43º 0.37% 0.29% -
XYZ 3.97 3.41 7.11 -
YUV 53.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 57 47 75 0.24 0.37 0 0.71 261.43 0.23 0.24
Hex 39 2F 4B 18 25 0 47 105 17 18
Octal 71 57 113 30 45 0 107 405 27 30
Binary 111001 101111 1001011 11000 100101 0 1000111 100000101 10111 11000

Color Harmonies of #392F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F4B

Black with #392F4B

Text Example


Text Example

White with #392F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392F4B; }

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

 H1.HeaderClassName
 {
   color: #392F4B;
 }
 .AnyTagClassName
 {
   color: #392F4B;
 }
</style>

background-color css

<style>
 a { background-color: #392F4B; }

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

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

border-color css

<style>
 span { border-color: #392F4B; }

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

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