#371941

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

Shades of Blackcurrant #371941

Tints of Blackcurrant #371941

Color information

#371941 (or 0x371941) is unknown color: approx Blackcurrant. HEX triplet: 37, 19 and 41. RGB value is (55,25,65). Sum of RGB (Red+Green+Blue) = 55+25+65=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #371941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371941 is #C8E6BE. Grayscale: #262626. Windows color (decimal): -13166271 or 4266295. OLE color: 4266295.

HSL color Cylindrical-coordinate representation of color #371941: hue angle of 285º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371941 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB552565-
CMYK0.150.6200.75
HSL285º44.44%17.65%-
HSV(B)285º61.54%25.49%-
XYZ2.881.895.21-
YUV38.53142.94139.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5525650.150.6200.7528544.4417.65
Hex371941F3E04B11d2c12
Octal6731101177601134355422
Binary11011111001100000111111111100100101110001110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371941; }

 p { color: rgb(55,25,65); }

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

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

 a { background-color: rgb(55,25,65); }

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

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

 span { border-color: rgb(55,25,65); }

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