Html Css Color HEX #353247 Black Marlin

📋 copy color: '#353247'

red 53 ◦ green 50 ◦ blue 71

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

Shades of Black Marlin #353247

Tints of Black Marlin #353247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

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

R = 30.46%
G = 28.74%
B = 40.8%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353247 (or 0x353247) is known color: Black Marlin. HEX triplet: 35, 32 and 47. RGB value is (53,50,71). Sum of RGB (Red+Green+Blue) = 53+50+71=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #353247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353247 is #CACDB8. Grayscale: #353535. Windows color (decimal): -13290937 or 4665909. OLE color: 4665909.

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

Color convert

RGB 53 50 71 -
CMYK 0.25 0.30 0 0.72
HSL 248.57º 0.17% 0.24% -
HSV(B) 248.57º 0.3% 0.28% -
XYZ 3.75 3.49 6.44 -
YUV 53.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 53 50 71 0.25 0.30 0 0.72 248.57 0.17 0.24
Hex 35 32 47 19 1E 0 48 F9 11 18
Octal 65 62 107 31 36 0 110 371 21 30
Binary 110101 110010 1000111 11001 11110 0 1001000 11111001 10001 11000

Color Harmonies of #353247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353247

Black with #353247

Text Example


Text Example

White with #353247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353247; }

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

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

background-color css

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

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

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

border-color css

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

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

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