#320C47

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

Shades of Blackcurrant #320C47

Tints of Blackcurrant #320C47

Color information

#320C47 (or 0x320C47) is unknown color: approx Blackcurrant. HEX triplet: 32, 0C and 47. RGB value is (50,12,71). Sum of RGB (Red+Green+Blue) = 50+12+71=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #320C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C47 is #CDF3B8. Grayscale: #1D1D1D. Windows color (decimal): -13497273 or 4656178. OLE color: 4656178.

HSL color Cylindrical-coordinate representation of color #320C47: hue angle of 278.64º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320C47 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB501271-
CMYK0.300.8300.72
HSL278.64º71.08%16.27%-
HSV(B)278.64º83.1%27.84%-
XYZ2.581.46.09-
YUV30.09151.09142.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 71 (28.12% from 255) = 53.38%
R=37.59%
G=9.02%
B=53.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5012710.300.8300.72278.6471.0816.27
Hex32C471E530481174710
Octal621410736123011042710720
Binary1100101100100011111110101001101001000100010111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,12,71); }

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

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

 a { background-color: rgb(50,12,71); }

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

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

 span { border-color: rgb(50,12,71); }

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