#390956

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

Shades of Blackcurrant #390956

Tints of Blackcurrant #390956

Color information

#390956 (or 0x390956) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 56. RGB value is (57,9,86). Sum of RGB (Red+Green+Blue) = 57+9+86=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #390956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390956 is #C6F6A9. Grayscale: #1F1F1F. Windows color (decimal): -13039274 or 5638457. OLE color: 5638457.

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

Color convert

RGB57986-
CMYK0.340.9000.66
HSL277.4º81.05%18.63%-
HSV(B)277.4º89.53%33.73%-
XYZ3.461.748.96-
YUV32.13158.4145.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=37.5%
G=5.92%
B=56.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal579860.340.9000.66277.481.0518.63
Hex39956225A0421155113
Octal711112642132010242512123
Binary11100110011010110100010101101001000010100010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390956; }

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

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

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

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

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

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

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

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