#371145

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

Shades of Blackcurrant #371145

Tints of Blackcurrant #371145

Color information

#371145 (or 0x371145) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 45. RGB value is (55,17,69). Sum of RGB (Red+Green+Blue) = 55+17+69=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #371145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371145 is #C8EEBA. Grayscale: #222222. Windows color (decimal): -13168315 or 4526391. OLE color: 4526391.

HSL color Cylindrical-coordinate representation of color #371145: hue angle of 283.85º 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 #371145 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB551769-
CMYK0.200.7500.73
HSL283.85º60.47%16.86%-
HSV(B)283.85º75.36%27.06%-
XYZ2.851.645.8-
YUV34.29147.59142.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=39.01%
G=12.06%
B=48.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5517690.200.7500.73283.8560.4716.86
Hex371145144B04911c3c11
Octal67211052411301114347421
Binary1101111000110001011010010010110100100110001110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371145; }

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

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

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

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

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

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

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

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