#391148

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

Shades of Blackcurrant #391148

Tints of Blackcurrant #391148

Color information

#391148 (or 0x391148) is unknown color: approx Blackcurrant. HEX triplet: 39, 11 and 48. RGB value is (57,17,72). Sum of RGB (Red+Green+Blue) = 57+17+72=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #391148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391148 is #C6EEB7. Grayscale: #232323. Windows color (decimal): -13037240 or 4723001. OLE color: 4723001.

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

Color convert

RGB571772-
CMYK0.210.7600.72
HSL283.64º61.8%17.45%-
HSV(B)283.64º76.39%28.24%-
XYZ3.061.746.31-
YUV35.23148.75143.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=39.04%
G=11.64%
B=49.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5717720.210.7600.72283.6461.817.45
Hex391148154C04811c3e11
Octal71211102511401104347621
Binary1110011000110010001010110011000100100010001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391148; }

 p { color: rgb(57,17,72); }

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

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

 a { background-color: rgb(57,17,72); }

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

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

 span { border-color: rgb(57,17,72); }

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