#353149

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

Shades of Black Marlin #353149

Tints of Black Marlin #353149

Color information

#353149 (or 0x353149) is unknown color: approx Black Marlin. HEX triplet: 35, 31 and 49. RGB value is (53,49,73). Sum of RGB (Red+Green+Blue) = 53+49+73=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #353149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353149 is #CACEB6. Grayscale: #343434. Windows color (decimal): -13291191 or 4796725. OLE color: 4796725.

HSL color Cylindrical-coordinate representation of color #353149: hue angle of 250º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353149 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB534973-
CMYK0.270.3300.71
HSL250º19.67%23.92%-
HSV(B)250º32.88%28.63%-
XYZ3.773.436.77-
YUV52.93139.33128.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=30.29%
G=28%
B=41.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5349730.270.3300.7125019.6723.92
Hex3531491B21047fa1418
Octal6561111334101073722430
Binary11010111000110010011101110000101000111111110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353149; }

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

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

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

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

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

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

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

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