#371349

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

Shades of Blackcurrant #371349

Tints of Blackcurrant #371349

Color information

#371349 (or 0x371349) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 49. RGB value is (55,19,73). Sum of RGB (Red+Green+Blue) = 55+19+73=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #371349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371349 is #C8ECB6. Grayscale: #232323. Windows color (decimal): -13167799 or 4789047. OLE color: 4789047.

HSL color Cylindrical-coordinate representation of color #371349: hue angle of 280º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371349 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551973-
CMYK0.250.7400.71
HSL280º58.7%18.04%-
HSV(B)280º73.97%28.63%-
XYZ3.011.766.48-
YUV35.92148.93141.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=37.41%
G=12.93%
B=49.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5519730.250.7400.7128058.718.04
Hex371349194A0471183b12
Octal67231113111201074307322
Binary1101111001110010011100110010100100011110001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371349; }

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

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

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

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

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

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

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

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