#320847

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

Shades of Blackcurrant #320847

Tints of Blackcurrant #320847

Color information

#320847 (or 0x320847) is unknown color: approx Blackcurrant. HEX triplet: 32, 08 and 47. RGB value is (50,8,71). Sum of RGB (Red+Green+Blue) = 50+8+71=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #320847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320847 is #CDF7B8. Grayscale: #1B1B1B. Windows color (decimal): -13498297 or 4655154. OLE color: 4655154.

HSL color Cylindrical-coordinate representation of color #320847: hue angle of 280º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320847 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB50871-
CMYK0.300.8900.72
HSL280º79.75%15.49%-
HSV(B)280º88.73%27.84%-
XYZ2.541.316.08-
YUV27.74152.41143.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=38.76%
G=6.20%
B=55.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal508710.300.8900.7228079.7515.49
Hex328471E5904811850f
Octal621010736131011043012017
Binary110010100010001111111010110010100100010001100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320847; }

 p { color: rgb(50,8,71); }

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

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

 a { background-color: rgb(50,8,71); }

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

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

 span { border-color: rgb(50,8,71); }

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