#371341

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

Shades of Blackcurrant #371341

Tints of Blackcurrant #371341

Color information

#371341 (or 0x371341) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 41. RGB value is (55,19,65). Sum of RGB (Red+Green+Blue) = 55+19+65=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #371341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371341 is #C8ECBE. Grayscale: #222222. Windows color (decimal): -13167807 or 4264759. OLE color: 4264759.

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

Color convert

RGB551965-
CMYK0.150.7100.75
HSL286.96º54.76%16.47%-
HSV(B)286.96º70.77%25.49%-
XYZ2.761.665.18-
YUV35.01144.93142.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=39.57%
G=13.67%
B=46.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5519650.150.7100.75286.9654.7616.47
Hex371341F4704B11f3710
Octal67231011710701134376720
Binary110111100111000001111110001110100101110001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371341; }

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

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

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

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

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

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

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

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