#371144

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

Shades of Blackcurrant #371144

Tints of Blackcurrant #371144

Color information

#371144 (or 0x371144) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 44. RGB value is (55,17,68). Sum of RGB (Red+Green+Blue) = 55+17+68=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #371144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371144 is #C8EEBB. Grayscale: #222222. Windows color (decimal): -13168316 or 4460855. OLE color: 4460855.

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

Color convert

RGB551768-
CMYK0.190.7500.73
HSL284.71º60%16.67%-
HSV(B)284.71º75%26.67%-
XYZ2.821.635.63-
YUV34.18147.09142.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=39.29%
G=12.14%
B=48.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5517680.190.7500.73284.716016.67
Hex371144134B04911d3c11
Octal67211042311301114357421
Binary1101111000110001001001110010110100100110001110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371144; }

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

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

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

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

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

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

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

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