#371346

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

Shades of Blackcurrant #371346

Tints of Blackcurrant #371346

Color information

#371346 (or 0x371346) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 46. RGB value is (55,19,70). Sum of RGB (Red+Green+Blue) = 55+19+70=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #371346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371346 is #C8ECB9. Grayscale: #232323. Windows color (decimal): -13167802 or 4592439. OLE color: 4592439.

HSL color Cylindrical-coordinate representation of color #371346: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371346 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB551970-
CMYK0.210.7300.73
HSL282.35º57.3%17.45%-
HSV(B)282.35º72.86%27.45%-
XYZ2.911.725.97-
YUV35.58147.43141.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=38.19%
G=13.19%
B=48.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5519700.210.7300.73282.3557.317.45
Hex371346154904911a3911
Octal67231062511101114327121
Binary1101111001110001101010110010010100100110001101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371346; }

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

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

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

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

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

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

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

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