#371841

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

Shades of Blackcurrant #371841

Tints of Blackcurrant #371841

Color information

#371841 (or 0x371841) is unknown color: approx Blackcurrant. HEX triplet: 37, 18 and 41. RGB value is (55,24,65). Sum of RGB (Red+Green+Blue) = 55+24+65=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #371841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371841 is #C8E7BE. Grayscale: #252525. Windows color (decimal): -13166527 or 4266039. OLE color: 4266039.

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

Color convert

RGB552465-
CMYK0.150.6300.75
HSL285.37º46.07%17.45%-
HSV(B)285.37º63.08%25.49%-
XYZ2.861.855.21-
YUV37.94143.27140.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=38.19%
G=16.67%
B=45.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5524650.150.6300.75285.3746.0717.45
Hex371841F3F04B11d2e11
Octal6730101177701134355621
Binary11011111000100000111111111110100101110001110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371841; }

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

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

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

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

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

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

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

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