#38324A

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

Shades of Martinique #38324A

Tints of Martinique #38324A

Color information

#38324A (or 0x38324A) is unknown color: approx Martinique. HEX triplet: 38, 32 and 4A. RGB value is (56,50,74). Sum of RGB (Red+Green+Blue) = 56+50+74=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #38324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324A is #C7CDB5. Grayscale: #363636. Windows color (decimal): -13094326 or 4862520. OLE color: 4862520.

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

Color convert

RGB565074-
CMYK0.240.3200.71
HSL255º19.35%24.31%-
HSV(B)255º32.43%29.02%-
XYZ4.013.626.97-
YUV54.53138.99129.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=31.11%
G=27.78%
B=41.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5650740.240.3200.7125519.3524.31
Hex38324A1820047ff1318
Octal7062112304001073772330
Binary11100011001010010101100010000001000111111111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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