#320254

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

Shades of Blackcurrant #320254

Tints of Blackcurrant #320254

Color information

#320254 (or 0x320254) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 54. RGB value is (50,2,84). Sum of RGB (Red+Green+Blue) = 50+2+84=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #320254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320254 is #CDFDAB. Grayscale: #191919. Windows color (decimal): -13499820 or 5505586. OLE color: 5505586.

HSL color Cylindrical-coordinate representation of color #320254: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320254 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB50284-
CMYK0.400.9800.67
HSL275.12º95.35%16.86%-
HSV(B)275.12º97.62%32.94%-
XYZ2.941.368.5-
YUV25.7160.9145.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=36.76%
G=1.47%
B=61.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal502840.400.9800.67275.1295.3516.86
Hex3225428620431135f11
Octal62212450142010342313721
Binary110010101010100101000110001001000011100010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320254; }

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

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

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

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

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

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

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

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