#371350

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

Shades of Blackcurrant #371350

Tints of Blackcurrant #371350

Color information

#371350 (or 0x371350) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 50. RGB value is (55,19,80). Sum of RGB (Red+Green+Blue) = 55+19+80=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #371350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371350 is #C8ECAF. Grayscale: #242424. Windows color (decimal): -13167792 or 5247799. OLE color: 5247799.

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

Color convert

RGB551980-
CMYK0.310.7600.69
HSL275.41º61.62%19.41%-
HSV(B)275.41º76.25%31.37%-
XYZ3.261.867.78-
YUV36.72152.43141.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=35.71%
G=12.34%
B=51.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5519800.310.7600.69275.4161.6219.41
Hex3713501F4C0451133e13
Octal67231203711401054237623
Binary1101111001110100001111110011000100010110001001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371350; }

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

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

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

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

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

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

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

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