#383141

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

Shades of Martinique #383141

Tints of Martinique #383141

Color information

#383141 (or 0x383141) is unknown color: approx Martinique. HEX triplet: 38, 31 and 41. RGB value is (56,49,65). Sum of RGB (Red+Green+Blue) = 56+49+65=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #383141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383141 is #C7CEBE. Grayscale: #343434. Windows color (decimal): -13094591 or 4272440. OLE color: 4272440.

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

Color convert

RGB564965-
CMYK0.140.2500.75
HSL266.25º14.04%22.35%-
HSV(B)266.25º24.62%25.49%-
XYZ3.683.425.47-
YUV52.92134.82130.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=32.94%
G=28.82%
B=38.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5649650.140.2500.75266.2514.0422.35
Hex383141E1904B10ae16
Octal7061101163101134121626
Binary111000110001100000111101100101001011100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383141; }

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

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

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

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

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

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

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

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