#390A56

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

Shades of Blackcurrant #390A56

Tints of Blackcurrant #390A56

Color information

#390A56 (or 0x390A56) is unknown color: approx Blackcurrant. HEX triplet: 39, 0A and 56. RGB value is (57,10,86). Sum of RGB (Red+Green+Blue) = 57+10+86=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #390A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A56 is #C6F5A9. Grayscale: #202020. Windows color (decimal): -13039018 or 5638713. OLE color: 5638713.

HSL color Cylindrical-coordinate representation of color #390A56: hue angle of 277.11º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390A56 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB571086-
CMYK0.340.8800.66
HSL277.11º79.17%18.82%-
HSV(B)277.11º88.37%33.73%-
XYZ3.481.768.96-
YUV32.72158.07145.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=37.25%
G=6.54%
B=56.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5710860.340.8800.66277.1179.1718.82
Hex39A5622580421154f13
Octal711212642130010242511723
Binary11100110101010110100010101100001000010100010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,10,86); }

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

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

 a { background-color: rgb(57,10,86); }

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

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

 span { border-color: rgb(57,10,86); }

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