Html Css Color HEX #382F47 Martinique

📋 copy color: '#382F47'

red 56 ◦ green 47 ◦ blue 71

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

Shades of Martinique #382F47

Tints of Martinique #382F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 32.18%
G = 27.01%
B = 40.8%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382F47 (or 0x382F47) is known color: Martinique. HEX triplet: 38, 2F and 47. RGB value is (56,47,71). Sum of RGB (Red+Green+Blue) = 56+47+71=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #382F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F47 is #C7D0B8. Grayscale: #343434. Windows color (decimal): -13095097 or 4665144. OLE color: 4665144.

HSL color Cylindrical-coordinate representation of color #382F47: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382F47 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 47 71 -
CMYK 0.21 0.34 0 0.72
HSL 262.5º 0.2% 0.23% -
HSV(B) 262.5º 0.34% 0.28% -
XYZ 3.78 3.33 6.4 -
YUV 52.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 56 47 71 0.21 0.34 0 0.72 262.5 0.2 0.23
Hex 38 2F 47 15 22 0 48 106 14 17
Octal 70 57 107 25 42 0 110 406 24 27
Binary 111000 101111 1000111 10101 100010 0 1001000 100000110 10100 10111

Color Harmonies of #382F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F47

Black with #382F47

Text Example


Text Example

White with #382F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,71); }

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

background-color css

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

 a { background-color: rgb(56,47,71); }

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

border-color css

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

 span { border-color: rgb(56,47,71); }

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