#353247

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

Shades of Black Marlin #353247

Tints of Black Marlin #353247

Color information

#353247 (or 0x353247) is unknown color: approx Black Marlin. HEX triplet: 35, 32 and 47. RGB value is (53,50,71). Sum of RGB (Red+Green+Blue) = 53+50+71=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #353247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353247 is #CACDB8. Grayscale: #353535. Windows color (decimal): -13290937 or 4665909. OLE color: 4665909.

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

Color convert

RGB535071-
CMYK0.250.3000.72
HSL248.57º17.36%23.73%-
HSV(B)248.57º29.58%27.84%-
XYZ3.753.496.44-
YUV53.29137.99127.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=30.46%
G=28.74%
B=40.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5350710.250.3000.72248.5717.3623.73
Hex353247191E048f91118
Octal6562107313601103712130
Binary1101011100101000111110011111001001000111110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353247; }

 p { color: rgb(53,50,71); }

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

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

 a { background-color: rgb(53,50,71); }

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

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

 span { border-color: rgb(53,50,71); }

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