#320154

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

Shades of Blackcurrant #320154

Tints of Blackcurrant #320154

Color information

#320154 (or 0x320154) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 54. RGB value is (50,1,84). Sum of RGB (Red+Green+Blue) = 50+1+84=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #320154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320154 is #CDFEAB. Grayscale: #181818. Windows color (decimal): -13500076 or 5505330. OLE color: 5505330.

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

Color convert

RGB50184-
CMYK0.400.9900.67
HSL275.42º97.65%16.67%-
HSV(B)275.42º98.81%32.94%-
XYZ2.931.348.49-
YUV25.11161.23145.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 84 (33.20% from 255) = 62.22%
R=37.04%
G=0.74%
B=62.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal501840.400.9900.67275.4297.6516.67
Hex3215428630431136211
Octal62112450143010342314221
Binary11001011010100101000110001101000011100010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320154; }

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

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

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

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

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

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

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

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