#353545

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

Shades of Black Marlin #353545

Tints of Black Marlin #353545

Color information

#353545 (or 0x353545) is unknown color: approx Black Marlin. HEX triplet: 35, 35 and 45. RGB value is (53,53,69). Sum of RGB (Red+Green+Blue) = 53+53+69=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #353545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353545 is #CACABA. Grayscale: #363636. Windows color (decimal): -13290171 or 4535605. OLE color: 4535605.

HSL color Cylindrical-coordinate representation of color #353545: hue angle of 240º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353545 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB535369-
CMYK0.230.2300.73
HSL240º13.11%23.92%-
HSV(B)240º23.19%27.06%-
XYZ3.823.736.15-
YUV54.82136126.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=30.29%
G=30.29%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5353690.230.2300.7324013.1123.92
Hex3535451717049f0d18
Octal6565105272701113601530
Binary110101110101100010110111101110100100111110000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353545; }

 p { color: rgb(53,53,69); }

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

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

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

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

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

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

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