#320954

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

Shades of Blackcurrant #320954

Tints of Blackcurrant #320954

Color information

#320954 (or 0x320954) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 54. RGB value is (50,9,84). Sum of RGB (Red+Green+Blue) = 50+9+84=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #320954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320954 is #CDF6AB. Grayscale: #1D1D1D. Windows color (decimal): -13498028 or 5507378. OLE color: 5507378.

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

Color convert

RGB50984-
CMYK0.400.8900.67
HSL272.8º80.65%18.24%-
HSV(B)272.8º89.29%32.94%-
XYZ3.011.518.52-
YUV29.81158.58142.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=34.97%
G=6.29%
B=58.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal509840.400.8900.67272.880.6518.24
Hex3295428590431115112
Octal621112450131010342112122
Binary11001010011010100101000101100101000011100010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320954; }

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

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

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

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

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

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

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

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