Html Css Color HEX #353148 Black Marlin

📋 copy color: '#353148'

red 53 ◦ green 49 ◦ blue 72

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

Shades of Black Marlin #353148

Tints of Black Marlin #353148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 30.46%
G = 28.16%
B = 41.38%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353148 (or 0x353148) is known color: Black Marlin. HEX triplet: 35, 31 and 48. RGB value is (53,49,72). Sum of RGB (Red+Green+Blue) = 53+49+72=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #353148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353148 is #CACEB7. Grayscale: #343434. Windows color (decimal): -13291192 or 4731189. OLE color: 4731189.

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

Color convert

RGB 53 49 72 -
CMYK 0.26 0.32 0 0.72
HSL 250.43º 0.19% 0.24% -
HSV(B) 250.43º 0.32% 0.28% -
XYZ 3.74 3.42 6.59 -
YUV 52.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 53 49 72 0.26 0.32 0 0.72 250.43 0.19 0.24
Hex 35 31 48 1A 20 0 48 FA 13 18
Octal 65 61 110 32 40 0 110 372 23 30
Binary 110101 110001 1001000 11010 100000 0 1001000 11111010 10011 11000

Color Harmonies of #353148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353148

Black with #353148

Text Example


Text Example

White with #353148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353148; }

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

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

background-color css

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

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

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

border-color css

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

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

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