#353148

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

Shades of Black Marlin #353148

Tints of Black Marlin #353148

Color information

#353148 (or 0x353148) is unknown color: approx Black Marlin. HEX triplet: 35, 31 and 48. RGB value is (53,49,72). Sum of RGB (Red+Green+Blue) = 53+49+72=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #353148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353148 is #CACEB7. Grayscale: #343434. Windows color (decimal): -13291192 or 4731189. OLE color: 4731189.

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

Color convert

RGB534972-
CMYK0.260.3200.72
HSL250.43º19.01%23.73%-
HSV(B)250.43º31.94%28.24%-
XYZ3.743.426.59-
YUV52.82138.83128.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=30.46%
G=28.16%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5349720.260.3200.72250.4319.0123.73
Hex3531481A20048fa1318
Octal6561110324001103722330
Binary11010111000110010001101010000001001000111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353148; }

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

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

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

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

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

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

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

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