#383548

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

Shades of Black Marlin #383548

Tints of Black Marlin #383548

Color information

#383548 (or 0x383548) is unknown color: approx Black Marlin. HEX triplet: 38, 35 and 48. RGB value is (56,53,72). Sum of RGB (Red+Green+Blue) = 56+53+72=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #383548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383548 is #C7CAB7. Grayscale: #373737. Windows color (decimal): -13093560 or 4732216. OLE color: 4732216.

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

Color convert

RGB565372-
CMYK0.220.2600.72
HSL249.47º15.2%24.51%-
HSV(B)249.47º26.39%28.24%-
XYZ4.073.856.66-
YUV56.06136.99127.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=30.94%
G=29.28%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5653720.220.2600.72249.4715.224.51
Hex383548161A048f9f19
Octal7065110263201103711731
Binary111000110101100100010110110100100100011111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383548; }

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

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

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

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

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

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

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

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