#383341

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

Shades of Martinique #383341

Tints of Martinique #383341

Color information

#383341 (or 0x383341) is unknown color: approx Martinique. HEX triplet: 38, 33 and 41. RGB value is (56,51,65). Sum of RGB (Red+Green+Blue) = 56+51+65=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #383341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383341 is #C7CCBE. Grayscale: #363636. Windows color (decimal): -13094079 or 4272952. OLE color: 4272952.

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

Color convert

RGB565165-
CMYK0.140.2200.75
HSL261.43º12.07%22.75%-
HSV(B)261.43º21.54%25.49%-
XYZ3.773.595.5-
YUV54.09134.16129.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=32.56%
G=29.65%
B=37.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5651650.140.2200.75261.4312.0722.75
Hex383341E1604B105c17
Octal7063101162601134051427
Binary111000110011100000111101011001001011100000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383341; }

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

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

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

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

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

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

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

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