#371146

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

Shades of Blackcurrant #371146

Tints of Blackcurrant #371146

Color information

#371146 (or 0x371146) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 46. RGB value is (55,17,70). Sum of RGB (Red+Green+Blue) = 55+17+70=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #371146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371146 is #C8EEB9. Grayscale: #222222. Windows color (decimal): -13168314 or 4591927. OLE color: 4591927.

HSL color Cylindrical-coordinate representation of color #371146: hue angle of 283.02º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371146 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB551770-
CMYK0.210.7600.73
HSL283.02º60.92%17.06%-
HSV(B)283.02º75.71%27.45%-
XYZ2.881.665.96-
YUV34.4148.09142.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=38.73%
G=11.97%
B=49.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5517700.210.7600.73283.0260.9217.06
Hex371146154C04911b3d11
Octal67211062511401114337521
Binary1101111000110001101010110011000100100110001101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371146; }

 p { color: rgb(55,17,70); }

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

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

 a { background-color: rgb(55,17,70); }

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

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

 span { border-color: rgb(55,17,70); }

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