#320148

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

Shades of Blackcurrant #320148

Tints of Blackcurrant #320148

Color information

#320148 (or 0x320148) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 48. RGB value is (50,1,72). Sum of RGB (Red+Green+Blue) = 50+1+72=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #320148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320148 is #CDFEB7. Grayscale: #171717. Windows color (decimal): -13500088 or 4718898. OLE color: 4718898.

HSL color Cylindrical-coordinate representation of color #320148: hue angle of 281.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320148 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB50172-
CMYK0.310.9900.72
HSL281.41º97.26%14.31%-
HSV(B)281.41º98.61%28.24%-
XYZ2.51.176.22-
YUV23.74155.23146.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=40.65%
G=0.81%
B=58.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal501720.310.9900.72281.4197.2614.31
Hex321481F6304811961e
Octal62111037143011043114116
Binary110010110010001111111000110100100010001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320148; }

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

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

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

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

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

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

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

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