#320348

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

Shades of Blackcurrant #320348

Tints of Blackcurrant #320348

Color information

#320348 (or 0x320348) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 48. RGB value is (50,3,72). Sum of RGB (Red+Green+Blue) = 50+3+72=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #320348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320348 is #CDFCB7. Grayscale: #181818. Windows color (decimal): -13499576 or 4719410. OLE color: 4719410.

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

Color convert

RGB50372-
CMYK0.310.9600.72
HSL280.87º92%14.71%-
HSV(B)280.87º95.83%28.24%-
XYZ2.521.216.23-
YUV24.92154.57145.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=40%
G=2.4%
B=57.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal503720.310.9600.72280.879214.71
Hex323481F600481195cf
Octal62311037140011043113417
Binary1100101110010001111111000000100100010001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320348; }

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

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

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

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

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

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

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

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