#390D54

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

Shades of Blackcurrant #390D54

Tints of Blackcurrant #390D54

Color information

#390D54 (or 0x390D54) is unknown color: approx Blackcurrant. HEX triplet: 39, 0D and 54. RGB value is (57,13,84). Sum of RGB (Red+Green+Blue) = 57+13+84=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #390D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D54 is #C6F2AB. Grayscale: #222222. Windows color (decimal): -13038252 or 5508409. OLE color: 5508409.

HSL color Cylindrical-coordinate representation of color #390D54: hue angle of 277.18º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390D54 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB571384-
CMYK0.320.8500.67
HSL277.18º73.2%19.02%-
HSV(B)277.18º84.52%32.94%-
XYZ3.431.88.55-
YUV34.25156.08144.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=37.01%
G=8.44%
B=54.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5713840.320.8500.67277.1873.219.02
Hex39D5420550431154913
Octal711512440125010342511123
Binary11100111011010100100000101010101000011100010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390D54; }

 p { color: rgb(57,13,84); }

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

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

 a { background-color: rgb(57,13,84); }

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

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

 span { border-color: rgb(57,13,84); }

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