Html Css Color HEX #353149 Black Marlin

📋 copy color: '#353149'

red 53 ◦ green 49 ◦ blue 73

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

Shades of Black Marlin #353149

Tints of Black Marlin #353149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 30.29%
G = 28%
B = 41.71%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353149 (or 0x353149) is known color: Black Marlin. HEX triplet: 35, 31 and 49. RGB value is (53,49,73). Sum of RGB (Red+Green+Blue) = 53+49+73=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #353149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353149 is #CACEB6. Grayscale: #343434. Windows color (decimal): -13291191 or 4796725. OLE color: 4796725.

HSL color Cylindrical-coordinate representation of color #353149: hue angle of 250º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353149 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 49 73 -
CMYK 0.27 0.33 0 0.71
HSL 250º 0.2% 0.24% -
HSV(B) 250º 0.33% 0.29% -
XYZ 3.77 3.43 6.77 -
YUV 52.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 53 49 73 0.27 0.33 0 0.71 250 0.2 0.24
Hex 35 31 49 1B 21 0 47 FA 14 18
Octal 65 61 111 33 41 0 107 372 24 30
Binary 110101 110001 1001001 11011 100001 0 1000111 11111010 10100 11000

Color Harmonies of #353149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353149

Black with #353149

Text Example


Text Example

White with #353149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353149; }

 p { color: rgb(53,49,73); }

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

background-color css

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

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

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

border-color css

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

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

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