#383540

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

Shades of Martinique #383540

Tints of Martinique #383540

Color information

#383540 (or 0x383540) is unknown color: approx Martinique. HEX triplet: 38, 35 and 40. RGB value is (56,53,64). Sum of RGB (Red+Green+Blue) = 56+53+64=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #383540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383540 is #C7CABF. Grayscale: #373737. Windows color (decimal): -13093568 or 4207928. OLE color: 4207928.

HSL color Cylindrical-coordinate representation of color #383540: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383540 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB565364-
CMYK0.130.1700.75
HSL256.36º9.4%22.94%-
HSV(B)256.36º17.19%25.1%-
XYZ3.833.765.37-
YUV55.15132.99128.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=32.37%
G=30.64%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5653640.130.1700.75256.369.422.94
Hex383540D1104B100917
Octal7065100152101134001127
Binary111000110101100000011011000101001011100000000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383540; }

 p { color: rgb(56,53,64); }

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

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

 a { background-color: rgb(56,53,64); }

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

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

 span { border-color: rgb(56,53,64); }

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