#383240

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

Shades of Martinique #383240

Tints of Martinique #383240

Color information

#383240 (or 0x383240) is unknown color: approx Martinique. HEX triplet: 38, 32 and 40. RGB value is (56,50,64). Sum of RGB (Red+Green+Blue) = 56+50+64=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #383240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383240 is #C7CDBF. Grayscale: #353535. Windows color (decimal): -13094336 or 4207160. OLE color: 4207160.

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

Color convert

RGB565064-
CMYK0.130.2200.75
HSL265.71º12.28%22.35%-
HSV(B)265.71º21.88%25.1%-
XYZ3.73.495.33-
YUV53.39133.99129.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=32.94%
G=29.41%
B=37.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5650640.130.2200.75265.7112.2822.35
Hex383240D1604B10ac16
Octal7062100152601134121426
Binary111000110010100000011011011001001011100001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383240; }

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

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

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

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

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

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

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

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