#383349

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

Shades of Martinique #383349

Tints of Martinique #383349

Color information

#383349 (or 0x383349) is unknown color: approx Martinique. HEX triplet: 38, 33 and 49. RGB value is (56,51,73). Sum of RGB (Red+Green+Blue) = 56+51+73=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #383349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383349 is #C7CCB6. Grayscale: #363636. Windows color (decimal): -13094071 or 4797240. OLE color: 4797240.

HSL color Cylindrical-coordinate representation of color #383349: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383349 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB565173-
CMYK0.230.3000.71
HSL253.64º17.74%24.31%-
HSV(B)253.64º30.14%28.63%-
XYZ4.023.696.8-
YUV55138.16128.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=31.11%
G=28.33%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5651730.230.3000.71253.6417.7424.31
Hex383349171E047fe1218
Octal7063111273601073762230
Binary1110001100111001001101111111001000111111111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383349; }

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

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

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

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

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

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

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

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