#371340

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

Shades of Blackcurrant #371340

Tints of Blackcurrant #371340

Color information

#371340 (or 0x371340) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 40. RGB value is (55,19,64). Sum of RGB (Red+Green+Blue) = 55+19+64=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #371340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371340 is #C8ECBF. Grayscale: #222222. Windows color (decimal): -13167808 or 4199223. OLE color: 4199223.

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

Color convert

RGB551964-
CMYK0.140.7000.75
HSL288º54.22%16.27%-
HSV(B)288º70.31%25.1%-
XYZ2.731.655.02-
YUV34.89144.43142.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=39.86%
G=13.77%
B=46.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5519640.140.7000.7528854.2216.27
Hex371340E4604B1203610
Octal67231001610601134406620
Binary110111100111000000111010001100100101110010000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371340; }

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

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

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

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

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

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

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

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