#38314A

Color #38314A Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #38314A

Tints of Martinique #38314A

Color information

#38314A (or 0x38314A) is unknown color: approx Martinique. HEX triplet: 38, 31 and 4A. RGB value is (56,49,74). Sum of RGB (Red+Green+Blue) = 56+49+74=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #38314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38314A is #C7CEB5. Grayscale: #353535. Windows color (decimal): -13094582 or 4862264. OLE color: 4862264.

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

Color convert

RGB564974-
CMYK0.240.3400.71
HSL256.8º20.33%24.12%-
HSV(B)256.8º33.78%29.02%-
XYZ3.973.536.95-
YUV53.94139.32129.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=31.28%
G=27.37%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5649740.240.3400.71256.820.3324.12
Hex38314A18220471011418
Octal7061112304201074012430
Binary111000110001100101011000100010010001111000000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38314A; }

 p { color: rgb(56,49,74); }

 H1.HeaderClassName
 {
   color: #38314A;
 }
 .AnyTagClassName
 {
   color: #38314A;
 }
</style>
background-color css

<style>
 a { background-color: #38314A; }

 a { background-color: rgb(56,49,74); }

 div.DivClassName
 {
   background-color: #38314A;
 }
 .BgClassName
 {
   background-color: #38314A;
 }
</style>
border-color css

<style>
 span { border-color: #38314A; }

 span { border-color: rgb(56,49,74); }

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