#391353

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

Shades of Blackcurrant #391353

Tints of Blackcurrant #391353

Color information

#391353 (or 0x391353) is unknown color: approx Blackcurrant. HEX triplet: 39, 13 and 53. RGB value is (57,19,83). Sum of RGB (Red+Green+Blue) = 57+19+83=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #391353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391353 is #C6ECAC. Grayscale: #252525. Windows color (decimal): -13036717 or 5444409. OLE color: 5444409.

HSL color Cylindrical-coordinate representation of color #391353: hue angle of 275.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391353 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB571983-
CMYK0.310.7700.67
HSL275.62º62.75%20%-
HSV(B)275.62º77.11%32.55%-
XYZ3.481.968.38-
YUV37.66153.59141.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=35.85%
G=11.95%
B=52.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5719830.310.7700.67275.6262.7520
Hex3913531F4D0431143f14
Octal71231233711501034247724
Binary1110011001110100111111110011010100001110001010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391353; }

 p { color: rgb(57,19,83); }

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

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

 a { background-color: rgb(57,19,83); }

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

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

 span { border-color: rgb(57,19,83); }

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