#321047

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

Shades of Blackcurrant #321047

Tints of Blackcurrant #321047

Color information

#321047 (or 0x321047) is unknown color: approx Blackcurrant. HEX triplet: 32, 10 and 47. RGB value is (50,16,71). Sum of RGB (Red+Green+Blue) = 50+16+71=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #321047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321047 is #CDEFB8. Grayscale: #202020. Windows color (decimal): -13496249 or 4657202. OLE color: 4657202.

HSL color Cylindrical-coordinate representation of color #321047: hue angle of 277.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321047 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB501671-
CMYK0.300.7700.72
HSL277.09º63.22%17.06%-
HSV(B)277.09º77.46%27.84%-
XYZ2.641.56.11-
YUV32.44149.76140.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=36.50%
G=11.68%
B=51.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5016710.300.7700.72277.0963.2217.06
Hex3210471E4D0481153f11
Octal62201073611501104257721
Binary1100101000010001111111010011010100100010001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321047; }

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

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

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

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

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

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

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

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