#373550

Color #373550 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #373550

Tints of Black Marlin #373550

Color information

#373550 (or 0x373550) is unknown color: approx Black Marlin. HEX triplet: 37, 35 and 50. RGB value is (55,53,80). Sum of RGB (Red+Green+Blue) = 55+53+80=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #373550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373550 is #C8CAAF. Grayscale: #383838. Windows color (decimal): -13159088 or 5256503. OLE color: 5256503.

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

Color convert

RGB555380-
CMYK0.310.3400.69
HSL244.44º20.3%26.08%-
HSV(B)244.44º33.75%31.37%-
XYZ4.33.948.12-
YUV56.68141.16126.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=29.26%
G=28.19%
B=42.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5553800.310.3400.69244.4420.326.08
Hex3735501F22045f4141a
Octal6765120374201053642432
Binary11011111010110100001111110001001000101111101001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373550; }

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

 H1.HeaderClassName
 {
   color: #373550;
 }
 .AnyTagClassName
 {
   color: #373550;
 }
</style>
background-color css

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

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

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

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

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

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