#390856

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

Shades of Blackcurrant #390856

Tints of Blackcurrant #390856

Color information

#390856 (or 0x390856) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 56. RGB value is (57,8,86). Sum of RGB (Red+Green+Blue) = 57+8+86=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #390856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390856 is #C6F7A9. Grayscale: #1F1F1F. Windows color (decimal): -13039530 or 5638201. OLE color: 5638201.

HSL color Cylindrical-coordinate representation of color #390856: hue angle of 277.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390856 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB57886-
CMYK0.340.9100.66
HSL277.69º82.98%18.43%-
HSV(B)277.69º90.7%33.73%-
XYZ3.451.728.95-
YUV31.54158.73146.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=37.75%
G=5.30%
B=56.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal578860.340.9100.66277.6982.9818.43
Hex39856225B0421165312
Octal711012642133010242612322
Binary11100110001010110100010101101101000010100010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390856; }

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

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

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

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

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

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

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

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