Html Css Color HEX #353447 Black Marlin

📋 copy color: '#353447'

red 53 ◦ green 52 ◦ blue 71

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

Shades of Black Marlin #353447

Tints of Black Marlin #353447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 30.11%
G = 29.55%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353447 (or 0x353447) is known color: Black Marlin. HEX triplet: 35, 34 and 47. RGB value is (53,52,71). Sum of RGB (Red+Green+Blue) = 53+52+71=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #353447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353447 is #CACBB8. Grayscale: #363636. Windows color (decimal): -13290425 or 4666421. OLE color: 4666421.

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

Color convert

RGB 53 52 71 -
CMYK 0.25 0.27 0 0.72
HSL 243.16º 0.15% 0.24% -
HSV(B) 243.16º 0.27% 0.28% -
XYZ 3.83 3.67 6.47 -
YUV 54.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 53 52 71 0.25 0.27 0 0.72 243.16 0.15 0.24
Hex 35 34 47 19 1B 0 48 F3 F 18
Octal 65 64 107 31 33 0 110 363 17 30
Binary 110101 110100 1000111 11001 11011 0 1001000 11110011 1111 11000

Color Harmonies of #353447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353447

Black with #353447

Text Example


Text Example

White with #353447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353447; }

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

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

background-color css

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

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

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

border-color css

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

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

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