#320947

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

Shades of Blackcurrant #320947

Tints of Blackcurrant #320947

Color information

#320947 (or 0x320947) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 47. RGB value is (50,9,71). Sum of RGB (Red+Green+Blue) = 50+9+71=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #320947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320947 is #CDF6B8. Grayscale: #1C1C1C. Windows color (decimal): -13498041 or 4655410. OLE color: 4655410.

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

Color convert

RGB50971-
CMYK0.300.8700.72
HSL279.68º77.5%15.69%-
HSV(B)279.68º87.32%27.84%-
XYZ2.551.336.08-
YUV28.33152.08143.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=38.46%
G=6.92%
B=54.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal509710.300.8700.72279.6877.515.69
Hex329471E570481184e10
Octal621110736127011043011620
Binary1100101001100011111110101011101001000100011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320947; }

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

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

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

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

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

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

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

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