#353448

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

Shades of Black Marlin #353448

Tints of Black Marlin #353448

Color information

#353448 (or 0x353448) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 48. RGB value is (53,52,72). Sum of RGB (Red+Green+Blue) = 53+52+72=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #353448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353448 is #CACBB7. Grayscale: #363636. Windows color (decimal): -13290424 or 4731957. OLE color: 4731957.

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

Color convert

RGB535272-
CMYK0.260.2800.72
HSL243º16.13%24.31%-
HSV(B)243º27.78%28.24%-
XYZ3.873.686.64-
YUV54.58137.83126.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=29.94%
G=29.38%
B=40.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5352720.260.2800.7224316.1324.31
Hex3534481A1C048f31018
Octal6564110323401103632030
Binary1101011101001001000110101110001001000111100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353448; }

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

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

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

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

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

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

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

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