#353446

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

Shades of Black Marlin #353446

Tints of Black Marlin #353446

Color information

#353446 (or 0x353446) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 46. RGB value is (53,52,70). Sum of RGB (Red+Green+Blue) = 53+52+70=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #353446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353446 is #CACBB9. Grayscale: #363636. Windows color (decimal): -13290426 or 4600885. OLE color: 4600885.

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

Color convert

RGB535270-
CMYK0.240.2600.73
HSL243.33º14.75%23.92%-
HSV(B)243.33º25.71%27.45%-
XYZ3.83.666.3-
YUV54.35136.83127.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=30.29%
G=29.71%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5352700.240.2600.73243.3314.7523.92
Hex353446181A049f3f18
Octal6564106303201113631730
Binary110101110100100011011000110100100100111110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353446; }

 p { color: rgb(53,52,70); }

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

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

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

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

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

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

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