#320D3F

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

Shades of Blackcurrant #320D3F

Tints of Blackcurrant #320D3F

Color information

#320D3F (or 0x320D3F) is unknown color: approx Blackcurrant. HEX triplet: 32, 0D and 3F. RGB value is (50,13,63). Sum of RGB (Red+Green+Blue) = 50+13+63=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #320D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D3F is #CDF2C0. Grayscale: #1D1D1D. Windows color (decimal): -13497025 or 4132146. OLE color: 4132146.

HSL color Cylindrical-coordinate representation of color #320D3F: hue angle of 284.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #320D3F is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB501363-
CMYK0.210.7900.75
HSL284.4º65.79%14.9%-
HSV(B)284.4º79.37%24.71%-
XYZ2.361.324.83-
YUV29.76146.76142.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 63 (25% from 255) = 50%
R=39.68%
G=10.32%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5013630.210.7900.75284.465.7914.9
Hex32D3F154F04B11c42f
Octal62157725117011343410217
Binary11001011011111111010110011110100101110001110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,63); }

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

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

 a { background-color: rgb(50,13,63); }

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

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

 span { border-color: rgb(50,13,63); }

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