Html Css Color HEX #382E49 Martinique

📋 copy color: '#382E49'

red 56 ◦ green 46 ◦ blue 73

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

Shades of Martinique #382E49

Tints of Martinique #382E49

RGB

 RED value IS 56 (22.27% from 255) = 32%

 GREEN value IS 46 (18.36% from 255) = 26.29%

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

R = 32%
G = 26.29%
B = 41.71%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382E49 (or 0x382E49) is known color: Martinique. HEX triplet: 38, 2E and 49. RGB value is (56,46,73). Sum of RGB (Red+Green+Blue) = 56+46+73=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #382E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E49 is #C7D1B6. Grayscale: #333333. Windows color (decimal): -13095351 or 4795960. OLE color: 4795960.

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

Color convert

RGB 56 46 73 -
CMYK 0.23 0.37 0 0.71
HSL 262.22º 0.23% 0.23% -
HSV(B) 262.22º 0.37% 0.29% -
XYZ 3.81 3.28 6.73 -
YUV 52.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 56 46 73 0.23 0.37 0 0.71 262.22 0.23 0.23
Hex 38 2E 49 17 25 0 47 106 17 17
Octal 70 56 111 27 45 0 107 406 27 27
Binary 111000 101110 1001001 10111 100101 0 1000111 100000110 10111 10111

Color Harmonies of #382E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E49

Black with #382E49

Text Example


Text Example

White with #382E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E49; }

 p { color: rgb(56,46,73); }

 H1.HeaderClassName
 {
   color: #382E49;
 }
 .AnyTagClassName
 {
   color: #382E49;
 }
</style>

background-color css

<style>
 a { background-color: #382E49; }

 a { background-color: rgb(56,46,73); }

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

border-color css

<style>
 span { border-color: #382E49; }

 span { border-color: rgb(56,46,73); }

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