#320247

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

Shades of Blackcurrant #320247

Tints of Blackcurrant #320247

Color information

#320247 (or 0x320247) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 47. RGB value is (50,2,71). Sum of RGB (Red+Green+Blue) = 50+2+71=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #320247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320247 is #CDFDB8. Grayscale: #171717. Windows color (decimal): -13499833 or 4653618. OLE color: 4653618.

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

Color convert

RGB50271-
CMYK0.300.9700.72
HSL281.74º94.52%14.31%-
HSV(B)281.74º97.18%27.84%-
XYZ2.471.186.06-
YUV24.22154.4146.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=40.65%
G=1.63%
B=57.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal502710.300.9700.72281.7494.5214.31
Hex322471E6104811a5fe
Octal62210736141011043213716
Binary1100101010001111111011000010100100010001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320247; }

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

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

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

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

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

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

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

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