#371140

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

Shades of Blackcurrant #371140

Tints of Blackcurrant #371140

Color information

#371140 (or 0x371140) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 40. RGB value is (55,17,64). Sum of RGB (Red+Green+Blue) = 55+17+64=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #371140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371140 is #C8EEBF. Grayscale: #212121. Windows color (decimal): -13168320 or 4198711. OLE color: 4198711.

HSL color Cylindrical-coordinate representation of color #371140: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371140 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB551764-
CMYK0.140.7300.75
HSL288.51º58.02%15.88%-
HSV(B)288.51º73.44%25.1%-
XYZ2.71.585.01-
YUV33.72145.09143.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=40.44%
G=12.5%
B=47.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5517640.140.7300.75288.5158.0215.88
Hex371140E4904B1213a10
Octal67211001611101134417220
Binary110111100011000000111010010010100101110010000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371140; }

 p { color: rgb(55,17,64); }

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

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

 a { background-color: rgb(55,17,64); }

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

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

 span { border-color: rgb(55,17,64); }

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