#371240

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

Shades of Blackcurrant #371240

Tints of Blackcurrant #371240

Color information

#371240 (or 0x371240) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 40. RGB value is (55,18,64). Sum of RGB (Red+Green+Blue) = 55+18+64=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #371240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371240 is #C8EDBF. Grayscale: #222222. Windows color (decimal): -13168064 or 4198967. OLE color: 4198967.

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

Color convert

RGB551864-
CMYK0.140.7200.75
HSL288.26º56.1%16.08%-
HSV(B)288.26º71.88%25.1%-
XYZ2.721.625.02-
YUV34.31144.76142.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=40.15%
G=13.14%
B=46.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5518640.140.7200.75288.2656.116.08
Hex371240E4804B1203810
Octal67221001611001134407020
Binary110111100101000000111010010000100101110010000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371240; }

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

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

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

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

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

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

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

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