#391552

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

Shades of Blackcurrant #391552

Tints of Blackcurrant #391552

Color information

#391552 (or 0x391552) is unknown color: approx Blackcurrant. HEX triplet: 39, 15 and 52. RGB value is (57,21,82). Sum of RGB (Red+Green+Blue) = 57+21+82=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #391552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391552 is #C6EAAD. Grayscale: #262626. Windows color (decimal): -13036206 or 5379385. OLE color: 5379385.

HSL color Cylindrical-coordinate representation of color #391552: hue angle of 275.41º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391552 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB572182-
CMYK0.300.7400.68
HSL275.41º59.22%20.2%-
HSV(B)275.41º74.39%32.16%-
XYZ3.482.028.19-
YUV38.72152.43141.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=35.62%
G=13.12%
B=51.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5721820.300.7400.68275.4159.2220.2
Hex3915521E4A0441133b14
Octal71251223611201044237324
Binary1110011010110100101111010010100100010010001001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391552; }

 p { color: rgb(57,21,82); }

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

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

 a { background-color: rgb(57,21,82); }

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

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

 span { border-color: rgb(57,21,82); }

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