#371C46

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

Shades of Blackcurrant #371C46

Tints of Blackcurrant #371C46

Color information

#371C46 (or 0x371C46) is unknown color: approx Blackcurrant. HEX triplet: 37, 1C and 46. RGB value is (55,28,70). Sum of RGB (Red+Green+Blue) = 55+28+70=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #371C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C46 is #C8E3B9. Grayscale: #282828. Windows color (decimal): -13165498 or 4594743. OLE color: 4594743.

HSL color Cylindrical-coordinate representation of color #371C46: hue angle of 278.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371C46 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB552870-
CMYK0.210.6000.73
HSL278.57º42.86%19.22%-
HSV(B)278.57º60%27.45%-
XYZ3.12.086.03-
YUV40.86144.45138.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=35.95%
G=18.30%
B=45.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5528700.210.6000.73278.5742.8619.22
Hex371C46153C0491172b13
Octal6734106257401114275323
Binary110111111001000110101011111000100100110001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C46; }

 p { color: rgb(55,28,70); }

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

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

 a { background-color: rgb(55,28,70); }

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

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

 span { border-color: rgb(55,28,70); }

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