#320E46

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

Shades of Blackcurrant #320E46

Tints of Blackcurrant #320E46

Color information

#320E46 (or 0x320E46) is unknown color: approx Blackcurrant. HEX triplet: 32, 0E and 46. RGB value is (50,14,70). Sum of RGB (Red+Green+Blue) = 50+14+70=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #320E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E46 is #CDF1B9. Grayscale: #1E1E1E. Windows color (decimal): -13496762 or 4591154. OLE color: 4591154.

HSL color Cylindrical-coordinate representation of color #320E46: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320E46 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB501470-
CMYK0.290.8000.73
HSL278.57º66.67%16.47%-
HSV(B)278.57º80%27.45%-
XYZ2.581.435.94-
YUV31.15149.93141.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=37.31%
G=10.45%
B=52.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5014700.290.8000.73278.5766.6716.47
Hex32E461D500491174310
Octal621610635120011142710320
Binary1100101110100011011101101000001001001100010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320E46; }

 p { color: rgb(50,14,70); }

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

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

 a { background-color: rgb(50,14,70); }

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

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

 span { border-color: rgb(50,14,70); }

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