Html Css Color HEX #353547 Black Marlin

📋 copy color: '#353547'

red 53 ◦ green 53 ◦ blue 71

#353547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #353547

Tints of Black Marlin #353547

RGB

 RED value IS 53 (21.09% from 255) = 29.94%

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 29.94%
G = 29.94%
B = 40.11%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353547 (or 0x353547) is known color: Black Marlin. HEX triplet: 35, 35 and 47. RGB value is (53,53,71). Sum of RGB (Red+Green+Blue) = 53+53+71=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #353547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353547 is #CACAB8. Grayscale: #363636. Windows color (decimal): -13290169 or 4666677. OLE color: 4666677.

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

Color convert

RGB 53 53 71 -
CMYK 0.25 0.25 0 0.72
HSL 240º 0.15% 0.24% -
HSV(B) 240º 0.25% 0.28% -
XYZ 3.88 3.76 6.48 -
YUV 55.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 53 53 71 0.25 0.25 0 0.72 240 0.15 0.24
Hex 35 35 47 19 19 0 48 F0 F 18
Octal 65 65 107 31 31 0 110 360 17 30
Binary 110101 110101 1000111 11001 11001 0 1001000 11110000 1111 11000

Color Harmonies of #353547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353547

Black with #353547

Text Example


Text Example

White with #353547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353547; }

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

 H1.HeaderClassName
 {
   color: #353547;
 }
 .AnyTagClassName
 {
   color: #353547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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