#38324B

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

Shades of Martinique #38324B

Tints of Martinique #38324B

Color information

#38324B (or 0x38324B) is unknown color: approx Martinique. HEX triplet: 38, 32 and 4B. RGB value is (56,50,75). Sum of RGB (Red+Green+Blue) = 56+50+75=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #38324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324B is #C7CDB4. Grayscale: #363636. Windows color (decimal): -13094325 or 4928056. OLE color: 4928056.

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

Color convert

RGB565075-
CMYK0.250.3300.71
HSL254.4º20%24.51%-
HSV(B)254.4º33.33%29.41%-
XYZ4.043.637.14-
YUV54.64139.49128.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=30.94%
G=27.62%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5650750.250.3300.71254.42024.51
Hex38324B1921047fe1419
Octal7062113314101073762431
Binary11100011001010010111100110000101000111111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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