#320244

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

Shades of Blackcurrant #320244

Tints of Blackcurrant #320244

Color information

#320244 (or 0x320244) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 44. RGB value is (50,2,68). Sum of RGB (Red+Green+Blue) = 50+2+68=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #320244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320244 is #CDFDBB. Grayscale: #171717. Windows color (decimal): -13499836 or 4457010. OLE color: 4457010.

HSL color Cylindrical-coordinate representation of color #320244: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320244 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB50268-
CMYK0.260.9700.73
HSL283.64º94.29%13.73%-
HSV(B)283.64º97.06%26.67%-
XYZ2.381.145.56-
YUV23.88152.9146.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=41.67%
G=1.67%
B=56.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal502680.260.9700.73283.6494.2913.73
Hex322441A6104911c5ee
Octal62210432141011143413616
Binary1100101010001001101011000010100100110001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320244; }

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

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

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

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

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

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

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

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