#371641

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

Shades of Blackcurrant #371641

Tints of Blackcurrant #371641

Color information

#371641 (or 0x371641) is unknown color: approx Blackcurrant. HEX triplet: 37, 16 and 41. RGB value is (55,22,65). Sum of RGB (Red+Green+Blue) = 55+22+65=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #371641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371641 is #C8E9BE. Grayscale: #242424. Windows color (decimal): -13167039 or 4265527. OLE color: 4265527.

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

Color convert

RGB552265-
CMYK0.150.6600.75
HSL286.05º49.43%17.06%-
HSV(B)286.05º66.15%25.49%-
XYZ2.821.775.19-
YUV36.77143.93141-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=38.73%
G=15.49%
B=45.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5522650.150.6600.75286.0549.4317.06
Hex371641F4204B11e3111
Octal67261011710201134366121
Binary110111101101000001111110000100100101110001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371641; }

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

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

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

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

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

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

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

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