#391053

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

Shades of Blackcurrant #391053

Tints of Blackcurrant #391053

Color information

#391053 (or 0x391053) is unknown color: approx Blackcurrant. HEX triplet: 39, 10 and 53. RGB value is (57,16,83). Sum of RGB (Red+Green+Blue) = 57+16+83=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #391053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391053 is #C6EFAC. Grayscale: #232323. Windows color (decimal): -13037485 or 5443641. OLE color: 5443641.

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

Color convert

RGB571683-
CMYK0.310.8100.67
HSL276.72º67.68%19.41%-
HSV(B)276.72º80.72%32.55%-
XYZ3.431.868.36-
YUV35.9154.58143.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=36.54%
G=10.26%
B=53.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5716830.310.8100.67276.7267.6819.41
Hex3910531F510431154413
Octal712012337121010342510423
Binary11100110000101001111111101000101000011100010101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391053; }

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

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

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

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

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

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

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

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