#383348

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

Shades of Martinique #383348

Tints of Martinique #383348

Color information

#383348 (or 0x383348) is unknown color: approx Martinique. HEX triplet: 38, 33 and 48. RGB value is (56,51,72). Sum of RGB (Red+Green+Blue) = 56+51+72=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #383348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383348 is #C7CCB7. Grayscale: #363636. Windows color (decimal): -13094072 or 4731704. OLE color: 4731704.

HSL color Cylindrical-coordinate representation of color #383348: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383348 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB565172-
CMYK0.220.2900.72
HSL254.29º17.07%24.12%-
HSV(B)254.29º29.17%28.24%-
XYZ3.983.686.63-
YUV54.89137.66128.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=31.28%
G=28.49%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5651720.220.2900.72254.2917.0724.12
Hex383348161D048fe1118
Octal7063110263501103762130
Binary1110001100111001000101101110101001000111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383348; }

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

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

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

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

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

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

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

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