#371550

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

Shades of Blackcurrant #371550

Tints of Blackcurrant #371550

Color information

#371550 (or 0x371550) is unknown color: approx Blackcurrant. HEX triplet: 37, 15 and 50. RGB value is (55,21,80). Sum of RGB (Red+Green+Blue) = 55+21+80=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #371550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371550 is #C8EAAF. Grayscale: #252525. Windows color (decimal): -13167280 or 5248311. OLE color: 5248311.

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

Color convert

RGB552180-
CMYK0.310.7400.69
HSL274.58º58.42%19.8%-
HSV(B)274.58º73.75%31.37%-
XYZ3.291.937.79-
YUV37.89151.76140.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=35.26%
G=13.46%
B=51.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5521800.310.7400.69274.5858.4219.8
Hex3715501F4A0451133a14
Octal67251203711201054237224
Binary1101111010110100001111110010100100010110001001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371550; }

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

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

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

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

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

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

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

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