#320056

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

Shades of Blackcurrant #320056

Tints of Blackcurrant #320056

Color information

#320056 (or 0x320056) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 56. RGB value is (50,0,86). Sum of RGB (Red+Green+Blue) = 50+0+86=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #320056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320056 is #CDFFA9. Grayscale: #181818. Windows color (decimal): -13500330 or 5636146. OLE color: 5636146.

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

Color convert

RGB50086-
CMYK0.42100.66
HSL274.88º100%16.86%-
HSV(B)274.88º100%33.73%-
XYZ31.358.91-
YUV24.75162.56146.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=36.76%
G=0%
B=63.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal500860.42100.66274.8810016.86
Hex320562A640421136411
Octal62012652144010242314421
Binary11001001010110101010110010001000010100010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320056; }

 p { color: rgb(50,0,86); }

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

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

 a { background-color: rgb(50,0,86); }

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

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

 span { border-color: rgb(50,0,86); }

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