Html Css Color HEX #353347 Black Marlin

📋 copy color: '#353347'

red 53 ◦ green 51 ◦ blue 71

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

Shades of Black Marlin #353347

Tints of Black Marlin #353347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 30.29%
G = 29.14%
B = 40.57%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353347 (or 0x353347) is known color: Black Marlin. HEX triplet: 35, 33 and 47. RGB value is (53,51,71). Sum of RGB (Red+Green+Blue) = 53+51+71=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #353347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353347 is #CACCB8. Grayscale: #353535. Windows color (decimal): -13290681 or 4666165. OLE color: 4666165.

HSL color Cylindrical-coordinate representation of color #353347: hue angle of 246º 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 #353347 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 51 71 -
CMYK 0.25 0.28 0 0.72
HSL 246º 0.16% 0.24% -
HSV(B) 246º 0.28% 0.28% -
XYZ 3.79 3.58 6.45 -
YUV 53.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 53 51 71 0.25 0.28 0 0.72 246 0.16 0.24
Hex 35 33 47 19 1C 0 48 F6 10 18
Octal 65 63 107 31 34 0 110 366 20 30
Binary 110101 110011 1000111 11001 11100 0 1001000 11110110 10000 11000

Color Harmonies of #353347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353347

Black with #353347

Text Example


Text Example

White with #353347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353347; }

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

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

background-color css

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

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

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

border-color css

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

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

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