#371A4D

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

Shades of Blackcurrant #371A4D

Tints of Blackcurrant #371A4D

Color information

#371A4D (or 0x371A4D) is unknown color: approx Blackcurrant. HEX triplet: 37, 1A and 4D. RGB value is (55,26,77). Sum of RGB (Red+Green+Blue) = 55+26+77=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #371A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A4D is #C8E5B2. Grayscale: #282828. Windows color (decimal): -13166003 or 5052983. OLE color: 5052983.

HSL color Cylindrical-coordinate representation of color #371A4D: hue angle of 274.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371A4D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB552677-
CMYK0.290.6600.70
HSL274.12º49.51%20.2%-
HSV(B)274.12º66.23%30.2%-
XYZ3.282.097.25-
YUV40.48148.61138.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=34.81%
G=16.46%
B=48.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5526770.290.6600.70274.1249.5120.2
Hex371A4D1D420461123214
Octal67321153510201064226224
Binary1101111101010011011110110000100100011010001001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,77); }

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

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

 a { background-color: rgb(55,26,77); }

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

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

 span { border-color: rgb(55,26,77); }

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