Html Css Color HEX #353350 Black Marlin

📋 copy color: '#353350'

red 53 ◦ green 51 ◦ blue 80

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

Shades of Black Marlin #353350

Tints of Black Marlin #353350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 28.8%
G = 27.72%
B = 43.48%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#353350 (or 0x353350) is known color: Black Marlin. HEX triplet: 35, 33 and 50. RGB value is (53,51,80). Sum of RGB (Red+Green+Blue) = 53+51+80=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #353350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353350 is #CACCAF. Grayscale: #363636. Windows color (decimal): -13290672 or 5255989. OLE color: 5255989.

HSL color Cylindrical-coordinate representation of color #353350: hue angle of 244.14º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353350 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 51 80 -
CMYK 0.34 0.36 0 0.69
HSL 244.14º 0.22% 0.26% -
HSV(B) 244.14º 0.36% 0.31% -
XYZ 4.1 3.7 8.09 -
YUV 54.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 53 51 80 0.34 0.36 0 0.69 244.14 0.22 0.26
Hex 35 33 50 22 24 0 45 F4 16 1A
Octal 65 63 120 42 44 0 105 364 26 32
Binary 110101 110011 1010000 100010 100100 0 1000101 11110100 10110 11010

Color Harmonies of #353350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353350

Black with #353350

Text Example


Text Example

White with #353350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353350; }

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

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

background-color css

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

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

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

border-color css

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

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

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