#320455

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

Shades of Blackcurrant #320455

Tints of Blackcurrant #320455

Color information

#320455 (or 0x320455) is unknown color: approx Blackcurrant. HEX triplet: 32, 04 and 55. RGB value is (50,4,85). Sum of RGB (Red+Green+Blue) = 50+4+85=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #320455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320455 is #CDFBAA. Grayscale: #1A1A1A. Windows color (decimal): -13499307 or 5571634. OLE color: 5571634.

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

Color convert

RGB50485-
CMYK0.410.9500.67
HSL274.07º91.01%17.45%-
HSV(B)274.07º95.29%33.33%-
XYZ31.428.71-
YUV26.99160.74144.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=35.97%
G=2.88%
B=61.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal504850.410.9500.67274.0791.0117.45
Hex32455295F0431125b11
Octal62412551137010342213321
Binary1100101001010101101001101111101000011100010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320455; }

 p { color: rgb(50,4,85); }

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

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

 a { background-color: rgb(50,4,85); }

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

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

 span { border-color: rgb(50,4,85); }

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