#371041

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

Shades of Blackcurrant #371041

Tints of Blackcurrant #371041

Color information

#371041 (or 0x371041) is unknown color: approx Blackcurrant. HEX triplet: 37, 10 and 41. RGB value is (55,16,65). Sum of RGB (Red+Green+Blue) = 55+16+65=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #371041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371041 is #C8EFBE. Grayscale: #212121. Windows color (decimal): -13168575 or 4263991. OLE color: 4263991.

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

Color convert

RGB551665-
CMYK0.150.7500.75
HSL287.76º60.49%15.88%-
HSV(B)287.76º75.38%25.49%-
XYZ2.711.565.16-
YUV33.25145.92143.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=40.44%
G=11.76%
B=47.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5516650.150.7500.75287.7660.4915.88
Hex371041F4B04B1203c10
Octal67201011711301134407420
Binary110111100001000001111110010110100101110010000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371041; }

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

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

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

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

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

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

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

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