#371245

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

Shades of Blackcurrant #371245

Tints of Blackcurrant #371245

Color information

#371245 (or 0x371245) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 45. RGB value is (55,18,69). Sum of RGB (Red+Green+Blue) = 55+18+69=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #371245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371245 is #C8EDBA. Grayscale: #222222. Windows color (decimal): -13168059 or 4526647. OLE color: 4526647.

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

Color convert

RGB551869-
CMYK0.200.7400.73
HSL283.53º58.62%17.06%-
HSV(B)283.53º73.91%27.06%-
XYZ2.871.675.8-
YUV34.88147.26142.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=38.73%
G=12.68%
B=48.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5518690.200.7400.73283.5358.6217.06
Hex371245144A04911c3b11
Octal67221052411201114347321
Binary1101111001010001011010010010100100100110001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371245; }

 p { color: rgb(55,18,69); }

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

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

 a { background-color: rgb(55,18,69); }

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

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

 span { border-color: rgb(55,18,69); }

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